mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Make the elinks.1 rebuilding more similar to automakes
This commit is contained in:
parent
4f57cd0c6f
commit
ec8e13295f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user