Attachment 'twikidrawbuild.patch'
Download
Toggle line numbers
1 # HG changeset patch
2 # User Jose Quinteiro <moin@quinteiro.org>
3 # Date 1235629469 28800
4 # Node ID 60ad58a95c237a136bb00b750412a203d55d8968
5 # Parent a306904a36208a357ecd1dc00667bd1b921bc96a
6 Build TWikiDrawPlugin from source
7
8 diff -r a306904a3620 -r 60ad58a95c23 Makefile
9 --- a/Makefile Tue Feb 24 10:08:55 2009 +0100
10 +++ b/Makefile Wed Feb 25 22:24:29 2009 -0800
11 @@ -8,7 +8,7 @@
12 testwiki := ./tests/wiki
13 share := ./wiki
14
15 -all:
16 +all: twikidraw
17 python setup.py build
18
19 install-docs:
20 @@ -65,6 +65,13 @@
21 cd $(share) ; rm -rf underlay
22 cp -a $(testwiki)/underlay $(share)/
23
24 +twikidraw:
25 +ifdef BUILD_TWIKIDRAW
26 + ant -f contrib/TWikiDrawPlugin/build.xml -Ddest.home=../../wiki/htdocs/applets/TWikiDrawPlugin
27 +else
28 + @echo Set BUILD_TWIKIDRAW in your environment if you want to build the TWikiDraw plugin from source
29 +endif
30 +
31 dist:
32 -rm MANIFEST
33 python setup.py sdist
34 @@ -109,5 +116,5 @@
35
36 .PHONY: all dist install-docs check-tabs epydoc underlay patchlevel \
37 check-i18n update update-underlay test testwiki clean \
38 - clean-testwiki clean-pyc
39 + clean-testwiki clean-pyc twikidraw
40
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.