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