File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
examples/illustrations/src Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ SHELL := /bin/bash
16
16
top_srcdir := $(shell cd ../../.. ; pwd)
17
17
18
18
all :
19
- $(MAKE ) \
20
- --directory src \
21
- normalize
22
19
$(MAKE ) \
23
20
--directory src
24
21
cp src/generated-README.md README.md
Original file line number Diff line number Diff line change @@ -28,15 +28,11 @@ generated_readme_sed_sources := \
28
28
all : \
29
29
generated-README.md
30
30
31
- .PHONY : \
32
- normalize
33
-
34
31
check :
35
32
36
33
clean :
37
34
@rm -f \
38
35
* .sed \
39
- .normalized-* \
40
36
generated-* \
41
37
query-* .md
42
38
@@ -65,10 +61,6 @@ generated-$(illustration_name).json: \
65
61
> _$@
66
62
mv _$@ $@
67
63
68
- normalize :
69
- ls $(illustration_name ) -* .json \
70
- | while read x; do python3 -m json.tool $$ x .normalized-$$ x && mv .normalized-$$ x $$ x ; done
71
-
72
64
query-% .md : \
73
65
query-%.sparql \
74
66
$(top_srcdir)/.venv.done.log \
You can’t perform that action at this time.
0 commit comments