diff options
-rw-r--r-- | contrib_xsl/Makefile | 3 |
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" |