Changed Makefile for bettor automatic installation, added more things todo

This commit is contained in:
Nico Schottelius 2006-01-22 12:53:45 +01:00
commit a64d7b12b5
3 changed files with 27 additions and 12 deletions

View file

@ -19,13 +19,20 @@ host=creme.schottelius.org
dir=www/org/schottelius/linux/ccollect
docdir=$(dir)/doc
#
# End user targets
#
all:
@echo "Nothing to make, make install."
install:
$(INSTALL) -D -m 0755 -s $(CCOLLECT) $(destination)
install: install-script install-link
install-link: install-script
$(LN) $(destination) $(path_destination)
install-script:
$(INSTALL) -D -m 0755 -s $(CCOLLECT) $(destination)
documentation:
@echo "Generating HTML-documentation"
@asciidoc -n -o doc/ccollect.html doc/ccollect.text