summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-12 14:45:48 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-12 14:45:48 +0000
commit661db82ac6e081376f891025aaf54e464aba7576 (patch)
treef36f69a39b0c0d662616d80c0cb6981b5c18deac /Makefile.am
parentffa0c97f70b5a8bd1b60032362031cc67d404416 (diff)
downloadgnutls-661db82ac6e081376f891025aaf54e464aba7576.tar.gz
Use latest docs on web site.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 19962dbb5e..a55399a1d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,8 +51,8 @@ release:
gpg --verify $(distdir).tar.bz2.sig
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"
+ 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/