1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-29 08:17:18 -04:00
elinks/doc/man/man1/Makefile

11 lines
256 B
Makefile

path_to_top=../../..
include $(path_to_top)/Makefile.config
elinks.1: elinks.1.in $(top_srcdir)/configure.in
cd $(top_srcdir) && \
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
MAN1 = elinks.1
include $(top_srcdir)/Makefile.lib