Since 'php parserTests.php' is too long for my lazy fingers, added a Makefile.
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Sep 2004 07:14:14 +0000 (07:14 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Sep 2004 07:14:14 +0000 (07:14 +0000)
'make test' to run the parser tests, 'make doc' to run phpdoc generation.

maintenance/Makefile [new file with mode: 0644]

diff --git a/maintenance/Makefile b/maintenance/Makefile
new file mode 100644 (file)
index 0000000..8ceeb79
--- /dev/null
@@ -0,0 +1,9 @@
+help:
+       # Run 'make test' to run the parser tests.
+       # Run 'make doc' to run the phpdoc generation.
+
+test:
+       php parserTests.php
+
+doc:
+       php mwdocgen.php --all