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
114 B
Makefile
7 lines
114 B
Makefile
path_to_top=../../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
MAN1 = elinks.1
|
|
|
|
include $(path_to_top)/Makefile.lib
|