mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
cd103aa5bf
This is needed after running 'make man-docs' in doc/.
10 lines
197 B
Makefile
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
|