Skip to content

Commit 5262210

Browse files
fridrichstbergmann
authored andcommitted
Fix out-of-tree build
Signed-off-by: Fridrich Štrba <[email protected]> Change-Id: Id10d1a8584115b442a55399264524eaf8d66e5ad
1 parent cf8c917 commit 5262210

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

browser/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ endif
876876
# Just copy all of it to dist/templates.
877877
$(TEMPLATE_MANIFEST):
878878
mkdir -p $(dir $@)
879-
cp -r templates $(DIST_FOLDER)
879+
cp -r $(srcdir)/templates $(DIST_FOLDER)
880880

881881
$(DIST_FOLDER)/images/templates/preview/%.png: $(srcdir)/images/templates/preview/%.png
882882
@mkdir -p $(dir $@)

qt/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ QM_FILES = $(TS_FILES:.ts=.qm)
110110

111111
# Rule: generate .qm from .ts
112112
%.qm: %.ts
113+
mkdir -p $(dir $@)
113114
@$(LRELEASE) $< -qm $@
114115

115116
# Update .ts files from source code

0 commit comments

Comments
 (0)