Skip to content
Snippets Groups Projects
Commit ad907b4a authored by Max Ole Elliger's avatar Max Ole Elliger :penguin:
Browse files

Sorting in html-output enabled

After simplifiying the _CoqProject-generation, the files are correctly
sorted.
parent 3a57bd79
No related branches found
Tags druck2
No related merge requests found
Checking pipeline status
...@@ -25,16 +25,12 @@ clean: Makefile.coq ...@@ -25,16 +25,12 @@ clean: Makefile.coq
rm -f _CoqProject rm -f _CoqProject
define GENCoqPr define GENCoqPr
BEGIN { RS="[[:space:]]"; FS=":" }\ BEGIN { RS="[[:space:]]"; FS=":" } \
{ \ { \
dirname = $$1; \ dirname = $$1; \
libname = $$2; \ libname = $$2; \
print "-R " dirname " " libname; \ print "-R " dirname " " libname; \
find = "find " dirname " -name '*.v' -maxdepth 1"; \ print dirname; \
while ((find | getline) > 0) { \
print; \
} \
close(find); \
} }
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment