diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-29 11:40:26 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-29 11:40:26 +0000 |
commit | 27c617f951a3f8e7e8c42bb91b54d91610e1a27c (patch) | |
tree | 989d1ab8531e24228912192c5d9d32d401af5497 /Makefile.am | |
parent | f55b84b718776231d8ee71d834e0476260ebba26 (diff) | |
download | gnutls-27c617f951a3f8e7e8c42bb91b54d91610e1a27c.tar.gz |
Put in devel/ directory.
Disable doc generation.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 503df3818b..a94654ef15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,10 +50,10 @@ release: make dist gpg -b $(distdir).tar.bz2 gpg --verify $(distdir).tar.bz2.sig - scp $(distdir).tar.bz2{,.sig} igloo.linux.gr:~ftp/pub/gnutls/ - ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.bz2 > CHECKSUMS' - cd doc && ../gendocs.sh -o ../$(htmldir)/manual/ $(PACKAGE) "GNU TLS" + scp $(distdir).tar.bz2{,.sig} igloo.linux.gr:~ftp/pub/gnutls/devel/ + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > CHECKSUMS' + cd doc && : ../gendocs.sh -o ../$(htmldir)/manual/ $(PACKAGE) "GNU TLS" cp -v $(distdir).tar.bz2{,.sig} $(htmldir)/releases/ - cp -v doc/reference/html/*.{html,png,css,devhelp} $(htmldir)/reference/ + : cp -v doc/reference/html/*.{html,png,css,devhelp} $(htmldir)/reference/ cd $(htmldir) && cvs add -kb releases/$(distdir).tar.bz2{,.sig} && \ cvs commit -m "Update." manual/ reference/ releases/ |