From a3566b5f0e15965f04c9ae9457c283a5da5e24d6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Mar 2018 20:52:12 -0300 Subject: Correct a redudancy --- contrib_xsl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3-70-g09d2