beautifying the makefile

This commit is contained in:
Nico Schottelius 2006-06-15 23:56:47 +02:00 committed by root
parent 061b1b4ae2
commit 57cba53e16
1 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,12 @@ DOCS = $(MANDOCS) doc/ccollect.text doc/ccollect-DE.text
# End user targets
#
all:
@echo "Nothing to make, make install."
@echo "----------- ccollect make targets --------------"
@echo "documentation: generate HTMl, Texinfo and manpage"
@echo "html: only generate HTML"
@echo "info: only generate Texinfo"
@echo "man: only generate manpage(s)"
@echo "install: install ccollect to $(prefix)"
install: install-script install-link
@ -103,4 +108,7 @@ allclean:
distclean:
rm -f $(DOCBDOCS)
#
# Be nice with the users and generate documentation for them
#
dist: distclean documentation