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 comoproj-v2.2.0
No related merge requests found
......@@ -25,16 +25,12 @@ clean: Makefile.coq
rm -f _CoqProject
define GENCoqPr
BEGIN { RS="[[:space:]]"; FS=":" }\
{ \
BEGIN { RS="[[:space:]]"; FS=":" } \
{ \
dirname = $$1; \
libname = $$2; \
print "-R " dirname " " libname; \
find = "find " dirname " -name '*.v' -maxdepth 1"; \
while ((find | getline) > 0) { \
print; \
} \
close(find); \
print dirname; \
}
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