summaryrefslogtreecommitdiff
path: root/contrib_xsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib_xsl/Makefile')
-rw-r--r--contrib_xsl/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib_xsl/Makefile b/contrib_xsl/Makefile
index 7c3edea..c3f475e 100644
--- a/contrib_xsl/Makefile
+++ b/contrib_xsl/Makefile
@@ -1,6 +1,7 @@
XSLTPROC = xsltproc
-CDDIR = ../../client-data
-HELPDIR = help
+CDDIR = ../../client-data
+WKDIR = ../../wiki
+HELPDIR = help
all: about-server wiki
@@ -10,5 +11,6 @@ about-server:
@echo "The file about-server.txt was created successfully."
wiki:
- @$(XSLTPROC) wiki.xsl contributors.xml | less
- @echo "You can now place this output in: http://wiki.evolonline.org/contributors"
+ @$(XSLTPROC) wiki.xsl contributors.xml > Contributors.md
+ @cp Contributors.md $(WKDIR)
+ @echo "Wiki generated"