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:
parent
1c382625fd
commit
871c2dab3a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user