diff --git a/scripts/genpot_doc.bat b/scripts/genpot_doc.bat new file mode 100644 index 0000000..006828d --- /dev/null +++ b/scripts/genpot_doc.bat @@ -0,0 +1,7 @@ +@echo off +echo Generating file list.. +dir ..\doc\*.py /L /B /S > %TEMP%\listfile.txt +echo Generating .POT file... +xgettext --language=Python -o socializer-documentation.pot --keyword=_ -d socializer -f %TEMP%\listfile.txt -c --no-location --no-wrap +del %TEMP%\listfile.txt +echo Done. diff --git a/scripts/genpot.bat b/scripts/genpot_interface.bat similarity index 100% rename from scripts/genpot.bat rename to scripts/genpot_interface.bat