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
1616top_srcdir := $(shell cd ../../.. ; pwd)
1717
1818all :
19- $(MAKE ) \
20- --directory src \
21- normalize
2219 $(MAKE ) \
2320 --directory src
2421 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 := \
2828all : \
2929 generated-README.md
3030
31- .PHONY : \
32- normalize
33-
3431check :
3532
3633clean :
3734 @rm -f \
3835 * .sed \
39- .normalized-* \
4036 generated-* \
4137 query-* .md
4238
@@ -65,10 +61,6 @@ generated-$(illustration_name).json: \
6561 > _$@
6662 mv _$@ $@
6763
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-
7264query-% .md : \
7365 query-%.sparql \
7466 $(top_srcdir)/.venv.done.log \
You can’t perform that action at this time.
0 commit comments