1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Try to fix installation when built out-of-tree.

This commit is contained in:
Petr Baudis 2005-09-17 20:37:32 +02:00
parent 1c382625fd
commit 871c2dab3a
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@ path_to_top=../../..
include $(path_to_top)/Makefile.config
install-l:
$(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(srcdir)/elinks.1 $(DESTDIR)$(mandir)/man1
include $(path_to_top)/Makefile.lib

View File

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