From 442d3749bb77e3d78802760fbd7b36045a108ecd Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 15 Feb 2016 23:35:09 +0100 Subject: Add a Makefile to generate the about-server file. --- contrib_xsl/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contrib_xsl/Makefile (limited to 'contrib_xsl') 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." -- cgit v1.2.3-70-g09d2