[vhffs-dev] [1444] MediaWiki connector is now included in extra package |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1444
Author: beuss
Date: 2009-06-16 21:05:06 +0200 (Tue, 16 Jun 2009)
Log Message:
-----------
MediaWiki connector is now included in extra package
Modified Paths:
--------------
trunk/Makefile.am
trunk/configure.ac
trunk/debian/vhffs-extra.files
Added Paths:
-----------
trunk/vhffs-mw/Makefile.am
Property Changed:
----------------
trunk/vhffs-mw/
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2009-06-16 16:37:02 UTC (rev 1443)
+++ trunk/Makefile.am 2009-06-16 19:05:06 UTC (rev 1444)
@@ -11,7 +11,7 @@
SUBDIRS = $(SUB_VHFFS_FS) vhffs-api vhffs-packages vhffs-backend vhffs-doc vhffs-compat vhffs-intl vhffs-jabber vhffs-listengine \
vhffs-panel vhffs-public vhffs-robots vhffs-shells vhffs-themes vhffs-tools vhffs-irc vhffs-autokill \
- vhffs-forum vhffs-fssync
+ vhffs-forum vhffs-fssync vhffs-mw
EXTRA_DIST = config.rpath m4/ChangeLog
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-06-16 16:37:02 UTC (rev 1443)
+++ trunk/configure.ac 2009-06-16 19:05:06 UTC (rev 1444)
@@ -349,6 +349,7 @@
vhffs-jabber/Makefile
vhffs-listengine/Makefile
vhffs-listengine/src/Makefile
+ vhffs-mw/Makefile
vhffs-packages/Makefile
vhffs-panel/Makefile
vhffs-panel/templates/Makefile
Modified: trunk/debian/vhffs-extra.files
===================================================================
--- trunk/debian/vhffs-extra.files 2009-06-16 16:37:02 UTC (rev 1443)
+++ trunk/debian/vhffs-extra.files 2009-06-16 19:05:06 UTC (rev 1444)
@@ -2,3 +2,4 @@
usr/share/vhffs/backend/mirror/*
usr/lib/vhffs/extra/forum/*
usr/lib/vhffs/extra/vhffs-fssync/*
+usr/lib/vhffs/extra/mediawiki/*
Property changes on: trunk/vhffs-mw
___________________________________________________________________
Name: svn:ignore
+ Makefile
Makefile.in
Added: trunk/vhffs-mw/Makefile.am
===================================================================
--- trunk/vhffs-mw/Makefile.am (rev 0)
+++ trunk/vhffs-mw/Makefile.am 2009-06-16 19:05:06 UTC (rev 1444)
@@ -0,0 +1,6 @@
+if INSTALL_EXTRA
+
+mediawikidir=@EXTRADIR@/mediawiki
+mediawiki_DATA=VHFFSAuthPlugin.php
+
+endif