From 87dd9c563d1ee656444ba738cf82a2d7bfd2f4e1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Mar 2018 20:53:29 -0300 Subject: make contrib --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2