From: ellson Date: Tue, 18 Oct 2005 20:51:25 +0000 (+0000) Subject: exclude Doxyfile* and dosygen/ from graphviz-win.tgz X-Git-Tag: LAST_LIBGRAPH~32^2~7128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c8a008afcebb8bc7bced0d50a8594bca82323f2;p=graphviz exclude Doxyfile* and dosygen/ from graphviz-win.tgz --- diff --git a/graphviz-win.sh b/graphviz-win.sh index 1189f1749..72085a480 100755 --- a/graphviz-win.sh +++ b/graphviz-win.sh @@ -22,6 +22,9 @@ rm -rf \ configure.ac \ configure.old \ Config.mk \ + Doxyfile \ + Doxyfile.in \ + doxygen \ features \ m4 \ aclocal.m4 \ @@ -65,6 +68,4 @@ mv t config.h # package the result cd .. -#zip -rq graphviz-win graphviz-win -# rm -rf graphviz-win tar cf - graphviz-win | gzip >graphviz-win.tgz