Skip to content
Snippets Groups Projects
Commit f6aa7f7f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-include-dir' into 'dev'

ENH: copy everything in src/ext/include/ to public/ on make install

See merge request !52
parents d32693c5 20665786
Branches
Tags
2 merge requests!59REL: release 0.4.1,!52ENH: copy everything in src/ext/include/ to public/ on make install
Pipeline #16149 passed with warnings
...@@ -176,6 +176,9 @@ cp-ext: ...@@ -176,6 +176,9 @@ cp-ext:
for f in $(wildcard $(SRC_EXT_DIR)/xsl/*) ; do \ for f in $(wildcard $(SRC_EXT_DIR)/xsl/*) ; do \
echo "y" | $(CMD_COPY_EXT_FILES) "$$(realpath "$$f")" $(PUBLIC_DIR)/xsl/ ; \ echo "y" | $(CMD_COPY_EXT_FILES) "$$(realpath "$$f")" $(PUBLIC_DIR)/xsl/ ; \
done done
for f in $(wildcard $(SRC_EXT_DIR)/include/*) ; do \
echo "y" | $(CMD_COPY_EXT_FILES) "$$(realpath "$$f")" "$(PUBLIC_DIR)/$$(basename "$$f")" ; \
done
cp-ext-test: cp-ext-test:
for f in $(wildcard $(TEST_EXT_DIR)/js/*) ; do \ for f in $(wildcard $(TEST_EXT_DIR)/js/*) ; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment