mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
update-man: Install manpages to srcdir, not builddir.
elinks.1.in, elinkskeys.5, and elinks.conf.5 are included in the Git tree, so they are initially in the srcdir, and that's were the new versions must go.
This commit is contained in:
parent
d73632d7de
commit
9cae6a4fa4
@ -92,9 +92,9 @@ install-doc: all-docs update-man install
|
||||
|
||||
update-man: man
|
||||
@$(if $(MAN_DOCS), \
|
||||
$(call ncmd,installdata,elinks.1,man/man1/elinks.1.in); \
|
||||
$(call ncmd,installdata,elinkskeys.5,man/man5/); \
|
||||
$(call ncmd,installdata,elinks.conf.5,man/man5/))
|
||||
$(call ncmd,installdata,elinks.1,$(srcdir)man/man1/elinks.1.in); \
|
||||
$(call ncmd,installdata,elinkskeys.5,$(srcdir)man/man5/); \
|
||||
$(call ncmd,installdata,elinks.conf.5,$(srcdir)man/man5/))
|
||||
|
||||
clean-local:
|
||||
@$(RM) -r api $(TXT_DOCS_NOINSTALL) $(MAN_DOCS) $(HTML_DOCS) $(HTML_DOCS_NOINSTALL) $(PDF_DOCS) *.tmp *.xml
|
||||
|
Loading…
Reference in New Issue
Block a user