Changed Makefile for bettor automatic installation, added more things todo
This commit is contained in:
parent
97d9f2ff1a
commit
a64d7b12b5
3 changed files with 27 additions and 12 deletions
11
Makefile
11
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue