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,5 +1,5 @@
1# This file is part of Gint 1# This file is part of Gint
2# Copyright (C) 2010, 2013 Sergey Poznyakoff 2# Copyright (C) 2010, 2013, 2018 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -70,7 +70,7 @@ guile-procedures.texi: $(DOT_DOC_FILES)
70 70
71guile-procedures.txt: guile-procedures.texi 71guile-procedures.txt: guile-procedures.texi
72 $(AM_V_GEN) rm -f $@; \ 72 $(AM_V_GEN) rm -f $@; \
73 $(MAKEINFO) --force -o $@ guile-procedures.texi || test -f $@ 73 $(MAKEINFO) --no-warn --force -o $@ guile-procedures.texi || test -f $@
74endif 74endif
75 75
76.c.x: 76.c.x:

Return to:

Send suggestions and report system problems to the System administrator.