mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
doc/Makefile: Move a semicolon outside ncmd invocation.
This apparently didn't cause any real problems, but the output of Make looked suspicious.
This commit is contained in:
parent
0c1ba7306f
commit
6299fb44e1
@ -76,7 +76,7 @@ install-doc: all-docs update-man install
|
|||||||
fi;)
|
fi;)
|
||||||
@$(foreach doc,$(PDF_DOCS), \
|
@$(foreach doc,$(PDF_DOCS), \
|
||||||
$(MKINSTALLDIRS) $(DESTDIR)$(docdir)/$(PACKAGE)/pdf; \
|
$(MKINSTALLDIRS) $(DESTDIR)$(docdir)/$(PACKAGE)/pdf; \
|
||||||
$(call ncmd,installdata,$(doc),$(PDF_DIR);))
|
$(call ncmd,installdata,$(doc),$(PDF_DIR));)
|
||||||
|
|
||||||
update-man: man
|
update-man: man
|
||||||
@$(if $(MAN_DOCS), \
|
@$(if $(MAN_DOCS), \
|
||||||
|
Loading…
Reference in New Issue
Block a user