Parcourir la source

* Added a "make upload" rule for releases.

tags/v0.99.beta14
Sam Hocevar sam il y a 18 ans
Parent
révision
fba189ba48
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. +8
    -0
      Makefile.am

+ 8
- 0
Makefile.am Voir le fichier

@@ -8,3 +8,11 @@ AUTOMAKE_OPTIONS = dist-bzip2

bin_SCRIPTS = caca-config

webhost = poulet.zoy.org
webdir = /srv/libcaca.zoy.org/var/www/

upload: doc/html FORCE
scp $(distdir).tar.gz $(webhost):$(webdir)/files/
scp -r doc/html/* $(webhost):$(webdir)/manual/

FORCE:

Chargement…
Annuler
Enregistrer