summaryrefslogtreecommitdiff
path: root/contrib_xsl
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-12 20:52:12 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-12 20:52:12 -0300
commita3566b5f0e15965f04c9ae9457c283a5da5e24d6 (patch)
treea7f2b199ef12c94d2b1330454043bded5fc29c29 /contrib_xsl
parent1f874128c71f9a4ee87da9756d9524cdf8756e42 (diff)
downloadtools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.tar.gz
tools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.tar.bz2
tools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.tar.xz
tools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.zip
Correct a redudancy
Diffstat (limited to 'contrib_xsl')
-rw-r--r--contrib_xsl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib_xsl/Makefile b/contrib_xsl/Makefile
index c3f475e..e0c6b21 100644
--- a/contrib_xsl/Makefile
+++ b/contrib_xsl/Makefile
@@ -11,6 +11,5 @@ about-server:
@echo "The file about-server.txt was created successfully."
wiki:
- @$(XSLTPROC) wiki.xsl contributors.xml > Contributors.md
- @cp Contributors.md $(WKDIR)
+ @$(XSLTPROC) wiki.xsl contributors.xml > $(WKDIR)/Contributors.md
@echo "Wiki generated"