summaryrefslogtreecommitdiff
path: root/contrib_xsl/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-12 20:42:18 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-12 20:42:18 -0300
commit26df7db7edaf2389a3ec5cab6a25ac18a393e5cb (patch)
tree55e050cc9a4e1f0521434c6cba6db2d8e452ef91 /contrib_xsl/Makefile
parent418445a6fb104bcf2d63b82e5cbf7f25f70677e0 (diff)
downloadtools-26df7db7edaf2389a3ec5cab6a25ac18a393e5cb.tar.gz
tools-26df7db7edaf2389a3ec5cab6a25ac18a393e5cb.tar.bz2
tools-26df7db7edaf2389a3ec5cab6a25ac18a393e5cb.tar.xz
tools-26df7db7edaf2389a3ec5cab6a25ac18a393e5cb.zip
Make for GitLab wiki
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"