1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/doc/man/man5/Makefile

10 lines
267 B
Makefile
Raw Normal View History

path_to_top=../../..
include $(path_to_top)/Makefile.config
2005-09-27 15:11:28 -04:00
install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man5
2005-09-22 07:27:25 -04:00
$(INSTALL_DATA) elinks.conf.5 $(DESTDIR)$(mandir)/man5
$(INSTALL_DATA) elinkskeys.5 $(DESTDIR)$(mandir)/man5
include $(path_to_top)/Makefile.lib