aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-06-09 23:30:30 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-06-09 23:30:30 +0300
commit170187a26c9788b17f2e2a66ca5b6116e7e72957 (patch)
tree4e798ba6fbba9cc54b2ae6a90c5684503bf5eb7a
parentacb32e84269f1c00b5f1cdd03a920420dcdfa2bc (diff)
downloadgint-170187a26c9788b17f2e2a66ca5b6116e7e72957.tar.gz
gint-170187a26c9788b17f2e2a66ca5b6116e7e72957.tar.bz2
Suppress makeinfo warnings
-rw-r--r--gint.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gint.mk b/gint.mk
index 7fc8763..cc465e2 100644
--- a/gint.mk
+++ b/gint.mk
@@ -1,8 +1,8 @@
# This file is part of Gint
-# Copyright (C) 2010, 2013 Sergey Poznyakoff
+# Copyright (C) 2010, 2013, 2018 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
@@ -67,13 +67,13 @@ endif
guile-procedures.texi: $(DOT_DOC_FILES)
$(AM_V_GEN)cat $(DOT_DOC_FILES) | \
$(GUILE_TOOLS) snarf-check-and-output-texi > $@
guile-procedures.txt: guile-procedures.texi
$(AM_V_GEN) rm -f $@; \
- $(MAKEINFO) --force -o $@ guile-procedures.texi || test -f $@
+ $(MAKEINFO) --no-warn --force -o $@ guile-procedures.texi || test -f $@
endif
.c.x:
$(AM_V_GEN)AWK="$(AWK)" \
CPP="$(CPP)" \
$(GUILE_SNARF) -o $@ \

Return to:

Send suggestions and report system problems to the System administrator.