mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
daaf61331a
Makes it more obvious which files are actually installed. MKINSTALLDIRS still spurs out a lot of 'mkdir ...', which probably should also be silenced when V=0.
7 lines
132 B
Makefile
7 lines
132 B
Makefile
path_to_top=../../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
MAN5 = elinks.conf.5 elinkskeys.5
|
|
|
|
include $(path_to_top)/Makefile.lib
|