Author: cito
Date: Fri Jan 15 12:42:23 2016
New Revision: 753

Log:
Forgot some needed changes in the mkdocs and mktar script

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

Modified: branches/4.x/mkdocs
==============================================================================
--- branches/4.x/mkdocs Fri Jan 15 11:44:24 2016        (r752)
+++ branches/4.x/mkdocs Fri Jan 15 12:42:23 2016        (r753)
@@ -4,7 +4,7 @@
 which gmake && MAKE=gmake
 
 # small safety test
-if [ ! -f module/pgmodule.c ]
+if [ ! -f pgmodule.c ]
 then
        echo "Hmmm.  Are you sure you are in the right directory?"
        exit 1

Modified: branches/4.x/mktar
==============================================================================
--- branches/4.x/mktar  Fri Jan 15 11:44:24 2016        (r752)
+++ branches/4.x/mktar  Fri Jan 15 12:42:23 2016        (r753)
@@ -4,7 +4,7 @@
 DISTDIR=/u/pyg/files
 
 # small safety tests
-if [ ! -f module/pgmodule.c ]
+if [ ! -f pgmodule.c ]
 then
        echo "Hmmm.  Are you sure you are in the right directory?"
        exit 1

Modified: trunk/mkdocs
==============================================================================
--- trunk/mkdocs        Fri Jan 15 11:44:24 2016        (r752)
+++ trunk/mkdocs        Fri Jan 15 12:42:23 2016        (r753)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # small safety test
-if [ ! -f module/pgmodule.c ]
+if [ ! -f pgmodule.c ]
 then
        echo "Hmmm.  Are you sure you are in the right directory?"
        exit 1

Modified: trunk/mktar
==============================================================================
--- trunk/mktar Fri Jan 15 11:44:24 2016        (r752)
+++ trunk/mktar Fri Jan 15 12:42:23 2016        (r753)
@@ -4,7 +4,7 @@
 DISTDIR=/u/pyg/files
 
 # small safety tests
-if [ ! -f module/pgmodule.c ]
+if [ ! -f pgmodule.c ]
 then
        echo "Hmmm.  Are you sure you are in the right directory?"
        exit 1
@@ -39,7 +39,7 @@
 TF=$DISTDIR/$TD.tgz
 
 MODFILES="pg.py pgdb.py pgmodule.c
-          pgfs.h pgtypes.h py3c.h
+          pgtypes.h py3c.h
           setup.py setup.cfg"
 DOCFILES="docs/Makefile docs/make.bat docs/*.rst
           docs/contents docs/download docs/community
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to