]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix paths for alpha release.
authorSimon Josefsson <simon@josefsson.org>
Thu, 28 May 2009 09:39:23 +0000 (11:39 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 28 May 2009 09:39:23 +0000 (11:39 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 14947ba438508b73b1f9ef5257a66d5c0b6d6e75..9468c537e1aba084da38a576c4d03df49894fdcc 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -102,16 +102,16 @@ prepare:
 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/