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.
(cherry picked from commit 9cae6a4fa4
)
This commit is contained in:
parent
183eafcc02
commit
bedf76bda4
@ -81,9 +81,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 $(TXT_DOCS) $(MAN_DOCS) $(HTML_DOCS) $(PDF_DOCS) *.tmp *.xml
|
||||
|
Loading…
Reference in New Issue
Block a user