summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-12 20:53:29 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-12 20:53:29 -0300
commit87dd9c563d1ee656444ba738cf82a2d7bfd2f4e1 (patch)
treeee43ec5964a25f89255cb9c22c2867cca46df7a2 /Makefile
parent445b6ed5e3e0683a4407f6c1be2d19bd475c490a (diff)
downloadclientdata-87dd9c563d1ee656444ba738cf82a2d7bfd2f4e1.tar.gz
clientdata-87dd9c563d1ee656444ba738cf82a2d7bfd2f4e1.tar.bz2
clientdata-87dd9c563d1ee656444ba738cf82a2d7bfd2f4e1.tar.xz
clientdata-87dd9c563d1ee656444ba738cf82a2d7bfd2f4e1.zip
make contrib
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 088472f6..32923d25 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,17 @@ XSLTPROC = xsltproc
all: about-server check
+contrib: about-server wiki
+
+contributors: contrib
+
about-server:
@$(XSLTPROC) -o help/about-server.txt ../tools/contrib_xsl/about-server.xsl ../tools/contrib_xsl/contributors.xml
@echo "The file about-server.txt was created successfully."
wiki:
- @$(XSLTPROC) ../tools/contrib_xsl/wiki.xsl ../tools/contrib_xsl/contributors.xml | less
- @echo "You can now place this output in: http://wiki.evolonline.org/contributors"
+ @$(XSLTPROC) ../tools/contrib_xsl/wiki.xsl ../tools/contrib_xsl/contributors.xml > ../wiki/Contributors.md
+ @echo "Wiki generated"
check: check-xml check-png testxml