only tar up docs ONCE!

SVN revision: 6810
This commit is contained in:
Carsten Haitzler 2003-04-02 05:02:19 +00:00
parent f44ad01306
commit afa5ce1ab0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
dist-hook:
./gendoc; \
tar cvf eet_docs.tar doc; \
tar cvf eet_docs.tar doc/html doc/latex doc/man; \
rm -f eet_docs.tar.gz; \
gzip -9 eet_docs.tar;

View File

@ -18,7 +18,7 @@ install-data-local:
dist-hook:
./gendoc; \
tar cvf evas_docs.tar doc; \
tar cvf evas_docs.tar doc/html doc/latex doc/man; \
rm -f evas_docs.tar.gz; \
gzip -9 evas_docs.tar; \
if test -d data; then \