1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

Make the elinks.1 rebuilding more similar to automakes

This commit is contained in:
Jonas Fonseca 2005-10-03 00:52:19 +02:00 committed by Jonas Fonseca
parent 4f57cd0c6f
commit ec8e13295f

View File

@ -1,8 +1,9 @@
path_to_top=../../..
include $(path_to_top)/Makefile.config
elinks.1: elinks.1.in
cd $(path_to_top) && ./config.status doc/man/man1/elinks.1
elinks.1: elinks.1.in $(path_to_top)/configure.in
cd $(path_to_top) && \
CONFIG_FILES="$(RELPATH)$@" CONFIG_HEADERS= $(SHELL) ./config.status
MAN1 = elinks.1