upload:
git push
git push --tags
- build-aux/gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.bz2
- scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/
- ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.bz2 > CHECKSUMS'
+ build-aux/gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.bz2
+ scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/devel/
+ ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > CHECKSUMS'
cp $(distdir).tar.bz2 $(distdir).tar.bz2.sig ../releases/$(PACKAGE)/
web:
cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
- -o ../$(htmldir)/manual/ $(PACKAGE) $(PACKAGE_NAME)
- cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/doxygen/$(PACKAGE).pdf
- cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/
+ -o ../$(htmldir)/manual/devel/ $(PACKAGE) $(PACKAGE_NAME)
+ cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/doxygen/devel/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/doxygen/devel/$(PACKAGE).pdf
+ cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/devel/
upload-web:
cd $(htmldir) && cvs commit -m "Update." manual/ reference/ doxygen/