mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
9 lines
240 B
Makefile
9 lines
240 B
Makefile
path_to_top=../../..
|
|
include $(path_to_top)/Makefile.config
|
|
|
|
install-l:
|
|
$(INSTALL_DATA) $(srcdir)/elinks.conf.5 $(DESTDIR)$(mandir)/man5
|
|
$(INSTALL_DATA) $(srcdir)/elinkskeys.5 $(DESTDIR)$(mandir)/man5
|
|
|
|
include $(path_to_top)/Makefile.lib
|