diff --git a/cfg.mk b/cfg.mk index 5e3171cc3..e92b1f2b6 100644 --- a/cfg.mk +++ b/cfg.mk @@ -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: