Changeset 191 for trunk/Makefile
- Timestamp:
- Nov 16, 2016, 4:20:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r101 r191 8 8 ETCDIR=/etc/klask 9 9 10 .PHONY: all install update sync help10 .PHONY: all install update sync upload help 11 11 12 12 all: 13 13 pod2man klask | gzip > klask.1.gz 14 pod2html klask > klask.html 14 15 15 16 install: update … … 41 42 svn update 42 43 44 upload: 45 cadaver --rcfile=cadaverrc 46 43 47 help: 44 48 @echo "Cibles possibles :" … … 47 51 @echo " * update : installation minimale" 48 52 @echo " * sync : synchronisation avec le dépôt officiel" 53 @echo " * upload : upload on public dav forge space"
Note: See TracChangeset
for help on using the changeset viewer.