Browse Source

* Added a "make upload" rule for releases.

pull/1/head
Sam Hocevar sam 18 years ago
parent
commit
f6fa0449be
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      Makefile.am
  2. +1
    -1
      configure.ac

+ 6
- 0
Makefile.am 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:

+ 1
- 1
configure.ac 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)



Loading…
Cancel
Save