Revert.
[libtasn1.git] / Makefile.am
blob87d58b6cb5f1ba02d760f57390f5f9712c96adc7
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = lib src tests doc
5 ACLOCAL_AMFLAGS = -I gl/m4
7 ChangeLog:
8         cvs2cl --FSF --fsf --usermap .cvsusers -I ChangeLog -I .cvs \
9                 -I buildconf
11 htmldir = ../www-gnutls
12 tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
14 release:
15         if cvs upd -p -r $(tag) NEWS > /dev/null; then false else true; fi
16         cvs rtag $(tag) libtasn1
17         rm -f ChangeLog
18         make ChangeLog
19         cvs commit -m "" ChangeLog
20         cvs rtag -F $(tag) libtasn1
21         make dist
22         gpg -b $(distdir).tar.gz
23         gpg --verify $(distdir).tar.gz.sig
24         cd doc && ./gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1"
25         cp -v doc/reference/html/*.{html,png,devhelp,css} $(htmldir)/manual/libtasn1/reference/
26         scp $(distdir).tar.gz{,.sig} igloo.linux.gr:~ftp/pub/gnutls/libtasn1
27         ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/libtasn1 && sha1sum *.tar.gz > CHECKSUMS'
28         cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/
29         cd $(htmldir) && \
30                 cvs add -kb releases/libtasn1/$(distdir).tar.gz{,.sig} && \
31                 cvs commit -m "Update." manual/libtasn1/ releases/libtasn1/