summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-27 20:58:36 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-27 20:58:36 +0000
commitcdb86113ad175c7295088477ed9a398aee4d5da0 (patch)
tree65b7b10bddb5d2ba0d5f2d154e4b9bc41d370fc9 /Makefile.am
parentce166fed0670df4a7de004ce5955f6ec6870b261 (diff)
downloadgnutls-cdb86113ad175c7295088477ed9a398aee4d5da0.tar.gz
Fix release target for new GTK-DOC.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 99e7828c57..45d8d5f420 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,6 @@ release:
ssh igloo.linux.gr 'cd /ftp/pub/gnutls/devel && md5sum *.tar.gz *.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,png} $(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/