Author: cito
Date: Fri Jan 15 10:02:58 2016
New Revision: 750

Log:
Update comment in mktar script

The setup script also includes the docs now,
so it now does the same as the mktar script does.

Modified:
   branches/4.x/mktar
   trunk/mktar

Modified: branches/4.x/mktar
==============================================================================
--- branches/4.x/mktar  Fri Jan 15 09:27:15 2016        (r749)
+++ branches/4.x/mktar  Fri Jan 15 10:02:58 2016        (r750)
@@ -26,8 +26,14 @@
 fi
 
 # Package up as a source tarball in the distribution directory.
-# Note that this does essentially the same as "python setup.py sdist",
-# except this also makes the docs and bundles them as source and html.
+
+echo "Making source tarball..."
+
+# Make sure that the documentation has been built.
+
+./mkdocs
+
+# The following does essentially the same as "python setup.py sdist".
 
 TD=PyGreSQL-$VERSION
 TF=$DISTDIR/$TD.tgz
@@ -41,10 +47,6 @@
 HTMLFILES="docs/_build/html"
 TESTFILES="tests/*.py"
 
-echo "Making source tarball..."
-
-./mkdocs
-
 rm -rf $TD
 mkdir $TD
 mkdir -p $TD/docs/_build/html

Modified: trunk/mktar
==============================================================================
--- trunk/mktar Fri Jan 15 09:27:15 2016        (r749)
+++ trunk/mktar Fri Jan 15 10:02:58 2016        (r750)
@@ -26,8 +26,14 @@
 fi
 
 # Package up as a source tarball in the distribution directory.
-# Note that this does essentially the same as "python setup.py sdist",
-# except this also makes the docs and bundles them as source and html.
+
+echo "Making source tarball..."
+
+# Make sure that the documentation has been built.
+
+./mkdocs
+
+# The following does essentially the same as "python setup.py sdist".
 
 TD=PyGreSQL-$VERSION
 TF=$DISTDIR/$TD.tgz
@@ -41,10 +47,6 @@
 HTMLFILES="docs/_build/html"
 TESTFILES="tests/*.py"
 
-echo "Making source tarball..."
-
-./mkdocs
-
 rm -rf $TD
 mkdir $TD
 mkdir -p $TD/docs/_build/html
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to