From f007a3074d2a8939a571cee14223ff267391d921 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 2 Mar 2007 10:25:28 +0100 Subject: [PATCH] Fix release. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.7.4