Skip to content

Commit 044cfbc

Browse files
committed
Simplify make documentation
No need to filter-out `doc/coq2html`, it's not part of `$^`.
1 parent aee355d commit 044cfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ documentation: $(FILES)
266266
rm -f doc/html/*.html
267267
coq2html -d doc/html/ -base compcert -short-names \
268268
$(patsubst %, %/*.glob, $(DIRS)) \
269-
$(filter-out doc/coq2html cparser/Parser.v, $^)
269+
$(filter-out cparser/Parser.v, $^)
270270

271271
tools/ndfun: tools/ndfun.ml
272272
ifeq ($(OCAML_NATIVE_COMP),true)

0 commit comments

Comments
 (0)