From f4c9a46f34ff775f6e19a1f93e2a8d408cf9f3ad Mon Sep 17 00:00:00 2001 From: glondu Date: Wed, 11 Feb 2009 12:46:22 +0000 Subject: 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 --- Makefile.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.doc') diff --git a/Makefile.doc b/Makefile.doc index 5e955a2614..26ab0940b7 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@.*\(.*\).*, .*@\1,\2@' > ide/index_urls.txt -- cgit v1.2.3