From bc8b53bc02edef1425d7e7b8f17166e0f27d67bd Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 18 Feb 2015 16:17:47 +0100 Subject: Add Makefile – allows update only if xml changed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We could check timestamps manually in the update.sh file, but thats what make is designed for. Use make with the hope that the servers will have that as well. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cd47176 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +dbxml.xml: LIKAT\ Publications.xml *.xsl *.sed Makefile + xsltproc convert-style-to-html.xsl "LIKAT Publications.xml" | xsltproc endnote-to-dbxml.xsl - | sed -f fix-empty-tags.sed > dbxml.xml + mysql -v -utypo3 -ptypo3 typo3 < update.sql -- cgit