diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-03-02 10:25:28 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-03-02 10:25:28 +0100 |
commit | f007a3074d2a8939a571cee14223ff267391d921 (patch) | |
tree | 731f1fc10cffc43095e6cc2f11bcd0e969a6bbda /Makefile.am | |
parent | 2d9139c310ce00f7201d00353f8acf9ed26d8f70 (diff) | |
download | libtasn1-f007a3074d2a8939a571cee14223ff267391d921.tar.gz libtasn1-f007a3074d2a8939a571cee14223ff267391d921.tar.bz2 libtasn1-f007a3074d2a8939a571cee14223ff267391d921.zip |
Fix release.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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/ |