* Added a "make upload" rule for releases.

This commit is contained in:
Sam Hocevar 2006-11-16 00:33:32 +00:00 committed by sam
parent 594f6da067
commit f6fa0449be
2 changed files with 7 additions and 1 deletions

View file

@ -19,4 +19,10 @@ fonts: tools/caca2tlf FORCE
$(top_builddir)/tools/caca2tlf --quarter "Monospace Bold 12" | zip \
> $(top_builddir)/fonts/smmono12.tlf
webhost = poulet.zoy.org
webdir = /srv/libcaca.zoy.org/var/www/
upload: FORCE
scp $(distdir).tar.gz $(webhost):$(webdir)/files/
FORCE:

View file

@ -1,4 +1,4 @@
# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $
# $Id: configure.ac 98 2006-11-16 16:27:37Z sam $
AC_INIT(toilet, 0.1)