From 72e34ca96a5d024dced954ee72e1ef510ccb126b Mon Sep 17 00:00:00 2001 From: ptmcg Date: Sun, 7 Aug 2016 04:43:23 +0000 Subject: Fix relative dir typo in xcopy pyparsing.py command git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@395 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b --- src/genEpydoc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/genEpydoc.bat b/src/genEpydoc.bat index 16a0348..988954b 100644 --- a/src/genEpydoc.bat +++ b/src/genEpydoc.bat @@ -1,2 +1,2 @@ -xcopy /y .\sourceforge\svn\trunk\src\pyparsing.py . +xcopy /y ..\sourceforge\svn\trunk\src\pyparsing.py . c:\python27\python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py -- cgit v1.2.1