Skip to content
Snippets Groups Projects

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

Merged Henrik tom Wörden requested to merge f-include-dir into dev
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -176,6 +176,9 @@ cp-ext:
for f in $(wildcard $(SRC_EXT_DIR)/xsl/*) ; do \
echo "y" | $(CMD_COPY_EXT_FILES) "$$(realpath "$$f")" $(PUBLIC_DIR)/xsl/ ; \
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:
for f in $(wildcard $(TEST_EXT_DIR)/js/*) ; do \
Loading