From d93742bc181223b5c4a9decf1322b90a6655f2d0 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Sun, 3 Apr 2005 22:10:20 +0000 Subject: [PATCH] I'll get this right if it kills me --- doc/makepanda/panda.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/makepanda/panda.nsi b/doc/makepanda/panda.nsi index 8c9c1000dd..fc115ada5d 100755 --- a/doc/makepanda/panda.nsi +++ b/doc/makepanda/panda.nsi @@ -99,9 +99,9 @@ Section "${SMDIRECTORY}" SecCore SetOutPath $INSTDIR\include File /r /x *.exp ${PANDA}\include\* SetOutPath $INSTDIR\SceneEditor - File /r /x CVS ${PSOURCE}\SceneEditor + File /r /x CVS ${PSOURCE}\SceneEditor\*.py SetOutPath $INSTDIR\Pmw - File /r /x CVS ${PANDA}\Pmw + File /r /x CVS ${PANDA}\Pmw\*.py SetOutPath $INSTDIR File /r /x CVS ${PSOURCE}\doc\ReleaseNotes