diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-01-14 01:13:51 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-01-14 01:13:51 -0500 |
commit | 61fe1af1cbbe05a8b472e1ee3656ec280f46becb (patch) | |
tree | 403e80528926c07ff9df193a727a50b26b3bb6b2 /build-aux | |
parent | be296a241ad7459181b45dfe15fe02b435d0f7f0 (diff) | |
download | tame-61fe1af1cbbe05a8b472e1ee3656ec280f46becb.tar.gz tame-61fe1af1cbbe05a8b472e1ee3656ec280f46becb.tar.bz2 tame-61fe1af1cbbe05a8b472e1ee3656ec280f46becb.zip |
build: Add revision files for xml{o,e}
This will force a rebuild and will be useful for upcoming changes.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 5b1f23d..9c95571 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -114,7 +114,7 @@ common: $(xmlo_common) program-ui: ui/package.strip.js ui/Program.js ui/html/index.phtml # Individual dependencies appear in suppliers.mk (see below) -%.xmlo: %.xml +%.xmlo: %.xml $(path_tame)/.rev-xmlo $(TAME_TS) $(TAME) compile $< $@ @@ -130,7 +130,7 @@ summary-html: $(dest_summary_html) ; standalones: $(dest_standalone) strip: $(dest_standalone_strip) ui/package.strip.js -%.xmle: %.xmlo +%.xmle: %.xmlo $(path_tame)/.rev-xmle $(TAME_TS) $(TAME) link $< $@ %.js: %.xmle |