diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 20:52:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 20:52:12 -0300 |
commit | a3566b5f0e15965f04c9ae9457c283a5da5e24d6 (patch) | |
tree | a7f2b199ef12c94d2b1330454043bded5fc29c29 | |
parent | 1f874128c71f9a4ee87da9756d9524cdf8756e42 (diff) | |
download | tools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.tar.gz tools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.tar.bz2 tools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.tar.xz tools-a3566b5f0e15965f04c9ae9457c283a5da5e24d6.zip |
Correct a redudancy
-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" |