diff options
author | Benjamin Franzke <bfr@qbus.de> | 2015-02-18 19:09:57 +0100 |
---|---|---|
committer | Benjamin Franzke <bfr@qbus.de> | 2015-02-19 09:26:19 +0100 |
commit | 4052f8a1c7d64b33b38219fe823020dcdfb5f157 (patch) | |
tree | 496129bfcc6959eaeea9941f26c84955c2a37d56 /Makefile | |
parent | fe9ddf26982c165d7972c8f013e430d80e912dc1 (diff) | |
download | endnote-import-4052f8a1c7d64b33b38219fe823020dcdfb5f157.tar.gz endnote-import-4052f8a1c7d64b33b38219fe823020dcdfb5f157.tar.bz2 endnote-import-4052f8a1c7d64b33b38219fe823020dcdfb5f157.zip |
Makefile: add a seperate update target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |