mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Now all the submakefiles contain informationa buot where in the directory hierarchy they stay.
9 lines
220 B
Makefile
9 lines
220 B
Makefile
path_to_top=../../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
install-l:
|
|
$(INSTALL_DATA) elinks.conf.5 $(DESTDIR)$(mandir)/man5
|
|
$(INSTALL_DATA) elinkskeys.5 $(DESTDIR)$(mandir)/man5
|
|
|
|
include $(path_to_top)/Makefile.lib
|