summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-05-05 14:01:22 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-05-05 14:01:22 +0000
commit6019b688884901ee2a51fb0d1b4318b259c99bfc (patch)
tree727494d2bfe38478b28e264c95448103e9e468e0 /Makefile
parent95d8b3cb7e25bd79ad3aa7b9a6439755edeef525 (diff)
Update Coq documentation
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2483 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ab503b..9cad0e8 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ documentation: doc/coq2html $(FILES)
mkdir -p doc/html
rm -f doc/html/*.html
doc/coq2html -o 'doc/html/%.html' doc/*.glob \
- $(filter-out doc/coq2html, $^)
+ $(filter-out doc/coq2html cparser/Parser.v, $^)
cp doc/coq2html.css doc/coq2html.js doc/html/
doc/coq2html: doc/coq2html.ml