build-aux/Makefile.am (ui/Program.js): include-path with arbitrary parent

This handles moving to another repository structure (our gigarepo) where
this relative path is no longer true.  The absolute path generated by this
is okay since it's ephemeral and only used for this build invocation.
master
Mike Gerwitz 2020-07-07 16:41:35 -04:00
parent b5cfc11c34
commit 1fbcededa8
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ ui/program.expanded.xml: ui/program.xml $(program_fragments)
$(TAME) progui-expand $< $@
ui/Program.js: ui/program.expanded.xml ui/package.js
$(TAME_TS)
$(TAME) progui-class $< $@ include-path=../../../ui/
$(TAME) progui-class $< $@ include-path=$$(pwd)/ui/
ui/html/index.phtml: ui/program.expanded.xml
$(TAME_TS)
$(TAME) progui-html $< $@ out-path=./