aboutsummaryrefslogtreecommitdiff
path: root/gint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gint.mk')
-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 @@
# 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
@@ -70,7 +70,7 @@ guile-procedures.texi: $(DOT_DOC_FILES)
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:

Return to:

Send suggestions and report system problems to the System administrator.