Add.
[libtasn1.git] / Makefile.am
blob482d82b01a2a959e52f38380544094c861ff0dce
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = lib src tests doc
5 ChangeLog:
6         cvs2cl --FSF --fsf --usermap .cvsusers -I ChangeLog -I .cvs \
7                 -I buildconf
9 htmldir = ../www-gnutls
10 tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
12 release:
13         if cvs upd -p -r $(tag) NEWS > /dev/null; then false else true; fi
14         cvs rtag $(tag) libtasn1
15         rm -f ChangeLog
16         make ChangeLog
17         cvs commit -m "" ChangeLog
18         cvs rtag -F $(tag) libtasn1
19         make dist
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/
27         cd $(htmldir) && \
28                 cvs add -kb releases/libtasn1/$(distdir).tar.gz{,.sig} && \
29                 cvs commit -m "Update." manual/libtasn1/ releases/libtasn1/