summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-07-13 09:40:14 +0000
committerSimon Josefsson <simon@josefsson.org>2006-07-13 09:40:14 +0000
commit10f01e871111a8bfe495f7024e61577a6d8fd0da (patch)
tree0b95799217875565dfc9d41661ca4963618545cd /Makefile.am
parent26f143e0bf7a3e4eb0156371e2ba940c132b781f (diff)
downloadlibtasn1-10f01e871111a8bfe495f7024e61577a6d8fd0da.tar.gz
Change gendocs place.
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 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) && \