aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-02-11 12:46:22 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-02-11 12:46:22 +0000
commitf4c9a46f34ff775f6e19a1f93e2a8d408cf9f3ad (patch)
tree8493b70b77cd2f4fbe5f30d3107a6ffddf6cc55d /Makefile.doc
parentd4cebff2033b0f68162feaa118cb5e43a9277fe1 (diff)
A few fixes for bug #2032 (backport r11857)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11914 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 5e955a261..26ab0940b 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -64,7 +64,7 @@ endif
######################################################################
HIDEBIBTEXINFO=| grep -v "^A level-1 auxiliary file"
-SHOWMAKEINDEXERROR=egrep "^!! Input index error|^** Input style error|^ --"
+SHOWMAKEINDEXERROR=egrep '^!! Input index error|^\*\* Input style error|^ --'
# Empty subsection levels in faq are on purpose
HEVEAFAQFILTER=2>&1 | grep -v "^Warning: List with no item"
@@ -252,7 +252,7 @@ doc/RecTutorial/RecTutorial.html: doc/RecTutorial/RecTutorial.tex
# Not robust, improve...
ide/index_urls.txt: doc/refman/html/index.html
- - rm ide/index_urls.txt
+ @ rm -f ide/index_urls.txt
cat doc/refman/html/command-index.html doc/refman/html/tactic-index.html | grep li-indexenv | grep HREF | sed -e 's@.*<TT>\(.*\)</TT>.*, <A HREF="\(.*\)">.*@\1,\2@' > ide/index_urls.txt