Skip to content

Commit

Permalink
Use non-devel locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jas4711 committed Jun 25, 2010
1 parent 3a32afc commit 9d3afb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cfg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ 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/devel/
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'
cp $(distdir).tar.bz2 $(distdir).tar.bz2.sig ../releases/$(PACKAGE)/

web:
cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
-o ../$(htmldir)/devel/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/devel/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/devel/doxygen/$(PACKAGE).pdf
cp -v doc/reference/$(PACKAGE).pdf doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/devel/reference/
-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/$(PACKAGE).pdf doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/
cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/

upload-web:
Expand Down

0 comments on commit 9d3afb1

Please sign in to comment.