Changeset 1371


Ignore:
Timestamp:
Nov 12, 2006, 8:29:43 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Added a "make upload" rule for releases.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/Makefile.am

    r1009 r1371  
    99bin_SCRIPTS = caca-config
    1010
     11webhost = poulet.zoy.org
     12webdir = /srv/libcaca.zoy.org/var/www/
     13
     14upload: doc/html FORCE
     15        scp $(distdir).tar.gz $(webhost):$(webdir)/files/
     16        scp -r doc/html/* $(webhost):$(webdir)/manual/
     17
     18FORCE:
Note: See TracChangeset for help on using the changeset viewer.