From 10f01e871111a8bfe495f7024e61577a6d8fd0da Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 13 Jul 2006 09:40:14 +0000 Subject: Change gendocs place. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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) && \ -- cgit v1.2.3