Fix #8782 : some help about the Makefile
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 25 Jan 2007 19:24:51 +0000 (19:24 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 25 Jan 2007 19:24:51 +0000 (19:24 +0000)
Makefile
RELEASE-NOTES

index e0763a6..b659cad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+#
+# This Makefile is used to test some MediaWiki functions. If you
+# want to install MediaWiki, point your browser to ./config/
+#
 test: Test.php
        prove -r t
 
index 075873f..d2a290c 100644 (file)
@@ -147,6 +147,7 @@ lighter making things easier to read.
 * (bug 8749) Bring MySQL 5 table defs back into sync
 * (bug 8751) Set session cookies to HTTPS-only to match other cookies
 * (bug 8652) Catch exceptions generated by malformed XML in multipage media
+* (bug 8782) Help text in Makefile
 
 
 == Languages updated ==