aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-30 22:04:25 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-30 22:04:25 +0000
commit35b88f83d5ef0e1c1581466d03c156587748989f (patch)
tree7a18fcaa1a879fc59060ff1f8f515c794ad0c6ec /Makefile.doc
parent15910aaa912554401522c53b8bff5324d5b7dfaa (diff)
More portable way to pipe stderr
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11874 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 5a02817e5..5e955a261 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -67,7 +67,7 @@ HIDEBIBTEXINFO=| grep -v "^A level-1 auxiliary file"
SHOWMAKEINDEXERROR=egrep "^!! Input index error|^** Input style error|^ --"
# Empty subsection levels in faq are on purpose
-HEVEAFAQFILTER=|& grep -v "^Warning: List with no item"
+HEVEAFAQFILTER=2>&1 | grep -v "^Warning: List with no item"
######################################################################
# Common