diff options
-rw-r--r-- | contrib_xsl/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib_xsl/Makefile b/contrib_xsl/Makefile new file mode 100644 index 0000000..7725863 --- /dev/null +++ b/contrib_xsl/Makefile @@ -0,0 +1,8 @@ +XSLTPROC = xsltproc +CDDIR = ../../client-data +HELPDIR = help + +about-server: + @mkdir -p $(CDDIR)/$(HELPDIR) + @$(XSLTPROC) about-server.xsl $(CDDIR)/contributors.xml > $(CDDIR)/$(HELPDIR)/about-server.txt + @echo "The file about-server.txt was created successfully." |