mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Don't install elinks.1 from srcdir since it's autogenerated.
This commit is contained in:
parent
67ba923af4
commit
e52144349d
@ -2,6 +2,6 @@ path_to_top=../../..
|
|||||||
include $(path_to_top)/Makefile.config
|
include $(path_to_top)/Makefile.config
|
||||||
|
|
||||||
install-l:
|
install-l:
|
||||||
$(INSTALL_DATA) $(srcdir)/elinks.1 $(DESTDIR)$(mandir)/man1
|
$(INSTALL_DATA) elinks.1 $(DESTDIR)$(mandir)/man1
|
||||||
|
|
||||||
include $(path_to_top)/Makefile.lib
|
include $(path_to_top)/Makefile.lib
|
||||||
|
Loading…
Reference in New Issue
Block a user