Sfoglia il codice sorgente

* Added a "make upload" rule for releases.

tags/v0.99.beta14
Sam Hocevar sam 18 anni fa
parent
commit
fba189ba48
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +8
    -0
      Makefile.am

+ 8
- 0
Makefile.am Vedi File

@@ -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:

Caricamento…
Annulla
Salva