Changeset 191 for trunk/Makefile


Ignore:
Timestamp:
Nov 16, 2016, 4:20:34 PM (7 years ago)
Author:
g7moreau
Message:
  • Add target 'upload'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r101 r191  
    88ETCDIR=/etc/klask
    99
    10 .PHONY: all install update sync help
     10.PHONY: all install update sync upload help
    1111
    1212all:
    1313        pod2man klask | gzip > klask.1.gz
     14        pod2html klask > klask.html
    1415
    1516install: update
     
    4142        svn update
    4243
     44upload:
     45        cadaver --rcfile=cadaverrc
     46
    4347help:
    4448        @echo "Cibles possibles :"
     
    4751        @echo " * update  : installation minimale"
    4852        @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.