From 4052f8a1c7d64b33b38219fe823020dcdfb5f157 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 18 Feb 2015 19:09:57 +0100 Subject: Makefile: add a seperate update target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd47176..34b3c78 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +all: .update + 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 + +.update: dbxml.xml mysql -v -utypo3 -ptypo3 typo3 < update.sql + touch .update -- cgit