diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-07-13 09:40:14 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-07-13 09:40:14 +0000 |
commit | 10f01e871111a8bfe495f7024e61577a6d8fd0da (patch) | |
tree | 0b95799217875565dfc9d41661ca4963618545cd /Makefile.am | |
parent | 26f143e0bf7a3e4eb0156371e2ba940c132b781f (diff) | |
download | libtasn1-10f01e871111a8bfe495f7024e61577a6d8fd0da.tar.gz libtasn1-10f01e871111a8bfe495f7024e61577a6d8fd0da.tar.bz2 libtasn1-10f01e871111a8bfe495f7024e61577a6d8fd0da.zip |
Change gendocs place.
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 e1c8abc..07aaaf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,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 && ../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/ cd $(htmldir) && \ |