1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

Correct installation of man5 manpages.

This commit is contained in:
Russ Rowan 2005-09-22 07:27:25 -04:00 committed by Frobozz the Neuromancer,668,302-521-2606,609-645-8080
parent f1c57a05e1
commit efc2d3b235

View File

@ -2,7 +2,7 @@ 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
$(INSTALL_DATA) elinks.conf.5 $(DESTDIR)$(mandir)/man5
$(INSTALL_DATA) elinkskeys.5 $(DESTDIR)$(mandir)/man5
include $(path_to_top)/Makefile.lib