summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d68e709..4bc23d0 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,10 @@ clean:
$(turtlefiles): build/%/index.ttl : data/%.ttl
mkdir -p $(dir $@)
- $(eval base = $(call getbase, $<))
- rapper $(base:%=-I "%") -i turtle -o turtle "$<" > "$@"
- perl -i -pe 's/ {4}/\t/g' "$@"
+ cp $< $@
+# $(eval base = $(call getbase, $<))
+# rapper $(base:%=-I "%") -i turtle -o turtle "$<" > "$@"
+# perl -i -pe 's/ {4}/\t/g' "$@"
$(textfiles): %.txt : %.ttl
ln -s $(notdir $<) $@