summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-21 15:27:17 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-21 15:27:17 +0000
commitd8c55e651912e193138fae575eb5e5214ddc3999 (patch)
tree4076a420967e9e4a9a64c3c90aa287e09d9cbb85
parent635e5199988c6f55ccdc7481a73def14293aeed4 (diff)
downloadgnutls-d8c55e651912e193138fae575eb5e5214ddc3999.tar.gz
Revert.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a456954c30..626179a359 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ release:
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.gz *.tar.bz2 > CHECKSUMS'
- cd doc && ../gendocs.sh -o ../$(htmldir)/manual/ $(PACKAGE) "GNU TLS"
+ 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/
cd $(htmldir) && cvs add -kb releases/$(distdir).tar.bz2{,.sig} && \