mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
204bbe5d2c
Now all the submakefiles contain informationa buot where in the directory hierarchy they stay.
7 lines
115 B
Makefile
7 lines
115 B
Makefile
path_to_top=../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
SUBDIRS = man1 man5
|
|
|
|
include $(path_to_top)/Makefile.lib
|