1
0
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:
Kalle Olavi Niemitalo 2006-11-26 11:55:47 +02:00 committed by Kalle Olavi Niemitalo
parent 0c1ba7306f
commit 6299fb44e1

View File

@ -76,7 +76,7 @@ install-doc: all-docs update-man install
fi;)
@$(foreach doc,$(PDF_DOCS), \
$(MKINSTALLDIRS) $(DESTDIR)$(docdir)/$(PACKAGE)/pdf; \
$(call ncmd,installdata,$(doc),$(PDF_DIR);))
$(call ncmd,installdata,$(doc),$(PDF_DIR));)
update-man: man
@$(if $(MAN_DOCS), \