1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/doc/man/man1/Makefile
Jonas Fonseca cd103aa5bf Build elinks.1 from elinks.1.in
This is needed after running 'make man-docs' in doc/.
2005-10-03 00:00:58 +02:00

10 lines
197 B
Makefile

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