We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607bcee commit 1cf3febCopy full SHA for 1cf3feb
1 file changed
doc/make_doc.in
@@ -4,7 +4,7 @@ set -e
4
set -o pipefail
5
6
GAP=@abs_top_builddir@/gap
7
-GAPARGS="-b -m 1g -x 80 -q --quitonbreak -r"
+GAPARGS="-b -m 1g -x 80 -q --quitonbreak"
8
if [ "$1" == "nopdf" ]; then
9
NOPDF=", \"nopdf\""
10
else
0 commit comments