X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=6227ed509b218b29a13666a872f9fe427ca7ed85;hb=e583e6bb5e57a36107cf278830dc4cefdd29c357;hp=b31f1d474eb17d7dbb09836db56f938229be2e7a;hpb=9d67a080b3904d93ff19df0f1d8df2d522373e8a;p=platal.git diff --git a/Makefile b/Makefile index b31f1d4..6227ed5 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ headers: headache -c install.d/platal-dev/templates/header.conf -h install.d/platal-dev/templates/header \ `find templates -name '*.tpl' ! -path 'templates/xnet/skin.tpl' ! -path 'templates/skin/*.tpl' ! -name 'vcard.tpl' ` -build: spool/templates_c wiki +build: spool/templates_c wiki include/platal/globals.inc.php clean: rm -rf include/platal/globals.inc.php @@ -42,9 +42,12 @@ spool/wiki.d: chmod o+w $@ cd $@ && ln -sf ../../install.d/wiki/wiki.d/* . +wiki/cookbook/e-protect.php: + cd wiki/cookbook && ln -sf ../../install.d/wiki/e-protect.php htdocs/valid.html: touch spool/templates_c/valid.html + chmod o+w spool/templates_c/valid.html cd htdocs && ln -sf ../spool/templates_c/valid.html htdocs/uploads: @@ -62,15 +65,14 @@ wiki/pub/skins/empty: get-wiki: @if ! test -d wiki; then \ wget http://www.pmwiki.org/pub/pmwiki/pmwiki-latest.tgz; \ - echo "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"; \ - echo "now please untar pmwiki into wiki/ and run make again"; \ - echo "_____________________________________________________"; \ - exit 1; \ + tar -xzvf pmwiki-latest.tgz; \ + rm pmwiki-latest.tgz; \ + mv pmwiki-* wiki; \ fi build-wiki: wiki/local/farmconfig.php wiki/pub/skins/empty spool/wiki.d -wiki: get-wiki build-wiki spool/uploads htdocs/uploads htdocs/wiki +wiki: get-wiki build-wiki spool/uploads htdocs/uploads htdocs/wiki wiki/cookbook/e-protect.php ################################################################################