1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

Build elinks.1 from elinks.1.in

This is needed after running 'make man-docs' in doc/.
This commit is contained in:
Jonas Fonseca 2005-10-03 00:00:58 +02:00 committed by Jonas Fonseca
parent 98ce75f7bf
commit cd103aa5bf

View File

@ -1,6 +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
MAN1 = elinks.1
include $(path_to_top)/Makefile.lib