From 9ba8e6cf38da5196ed7bc878fe452952f3e10638 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 22 May 2007 15:06:55 +0000 Subject: moved docs --- docs/doctool/NaturalDocs.bat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/doctool/NaturalDocs.bat (limited to 'docs/doctool/NaturalDocs.bat') diff --git a/docs/doctool/NaturalDocs.bat b/docs/doctool/NaturalDocs.bat new file mode 100644 index 00000000..59e39631 --- /dev/null +++ b/docs/doctool/NaturalDocs.bat @@ -0,0 +1,17 @@ +@echo off + +set NaturalDocsParams= + +rem Shift and loop so we can get more than nine parameters. +rem This is especially important if we have spaces in file names. + +:MORE +if "%1"=="" goto NOMORE +set NaturalDocsParams=%NaturalDocsParams% %1 +shift +goto MORE +:NOMORE + +perl NaturalDocs %NaturalDocsParams% + +set NaturalDocsParams= \ No newline at end of file -- cgit 1.4.1