target all in Makefile should be first of all targets

This commit is contained in:
Jiri Pinkava 2011-11-05 15:58:26 +01:00 committed by Nico Schottelius
parent b5eede90c6
commit 10d4942912
1 changed files with 7 additions and 7 deletions

View File

@ -79,13 +79,6 @@ DOCBDOCS = ${DOCS:.text=.docbook}
DOC_ALL = ${HTMLDOCS} ${DBHTMLDOCS} ${TEXIDOCS} ${MANPDOCS} ${PDFDOCS}
html: ${HTMLDOCS}
htm: ${DBHTMLDOCS}
info: ${TEXIDOCS}
man: ${MANPDOCS}
pdf: ${PDFDOCS}
documentation: ${DOC_ALL}
#
# End user targets
#
@ -97,6 +90,13 @@ all:
@echo "man: only generate manpage{s}"
@echo "install: install ccollect to ${prefix}"
html: ${HTMLDOCS}
htm: ${DBHTMLDOCS}
info: ${TEXIDOCS}
man: ${MANPDOCS}
pdf: ${PDFDOCS}
documentation: ${DOC_ALL}
install: install-link install-manlink
install-link: install-script