summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-02 10:25:28 +0100
committerSimon Josefsson <simon@josefsson.org>2007-03-02 10:25:28 +0100
commitf007a3074d2a8939a571cee14223ff267391d921 (patch)
tree731f1fc10cffc43095e6cc2f11bcd0e969a6bbda /Makefile.am
parent2d9139c310ce00f7201d00353f8acf9ed26d8f70 (diff)
downloadlibtasn1-f007a3074d2a8939a571cee14223ff267391d921.tar.gz
Fix release.
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 8b17712..0d0cc72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ release:
make dist
gpg -b $(distdir).tar.gz
gpg --verify $(distdir).tar.gz.sig
- cd doc && ../gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1"
+ cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1"
cp -v doc/reference/html/*.{html,png,devhelp,css} $(htmldir)/manual/libtasn1/reference/
cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/
scp $(distdir).tar.gz{,.sig} igloo.linux.gr:~ftp/pub/gnutls/libtasn1/