1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = lib src tests doc
6 cvs2cl --FSF --fsf --usermap .cvsusers -I ChangeLog -I .cvs \
9 htmldir = ../www-gnutls
10 tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
13 if cvs upd -p -r $(tag) NEWS > /dev/null; then false else true; fi
14 cvs rtag $(tag) libtasn1
17 cvs commit -m "" ChangeLog
18 cvs rtag -F $(tag) libtasn1
20 gpg -b $(distdir).tar.gz
21 gpg --verify $(distdir).tar.gz.sig
22 cd doc && ./gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1"
23 cp -v doc/reference/html/*.{html,png,devhelp,css} $(htmldir)/manual/libtasn1/reference/
24 scp $(distdir).tar.gz{,.sig} igloo.linux.gr:/ftp/pub/gnutls/libtasn1
25 ssh igloo.linux.gr 'cd /ftp/pub/gnutls/libtasn1 && sha1sum *.tar.gz > CHECKSUMS'
26 cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/
28 cvs add -kb releases/libtasn1/$(distdir).tar.gz{,.sig} && \
29 cvs commit -m "Update." manual/libtasn1/ releases/libtasn1/