Do not make file rules depend on a PHONY target as this will make them run in all...
authorJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Wed, 10 May 2017 19:35:03 +0000 (19:35 +0000)
committerJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Wed, 10 May 2017 19:35:03 +0000 (19:35 +0000)
commit0dc16339f5c6a05f1e5fa0fea65debf6e633d3f9
treebfa6523040172f119556ed195a7f803053002412
parentc6ff70429b033cf33ce4ac1ef33e6adce761ed10
Do not make file rules depend on a PHONY target as this will make them run in all cases, even when it is not required (target is updated). Instead, have the check individually in all the targets. Yes, this means repeating code, but prevents regeneration of all files unless XML changes

git-svn-id: https://projectaon.org/data/trunk@2622 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11
common/epub/Makefile.common