Control: tags -1 patch

Hi Maintainer

I don't know why pdftex from recent texlive versions no longer
produces the files gri,ky, gri.pg and gri.tp, but I found that these
were 0-byte files with previous texlive versions anyway.
The attached patch ignores these files if they are missing and avoids the FBTFS.

Regards
Graham
Description: Ignore missing files to fix FTBFS with recent texlive versions
 Ignore missing files gri.ky, gri.pg and gri.tp.
 These were 0-byte files with previous versions anyway.
Bug-Debian: https://bugs.debian.org/818449
Forwarded: no
Author: Graham Inggs <ginggs@debian.org>
Last-Update: 2016-09-28
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -881,9 +881,9 @@
 	pdftex gri.texi
 	$(TEXINDEX) gri.cp
 	$(TEXINDEX) gri.fn
-	$(TEXINDEX) gri.ky
-	$(TEXINDEX) gri.pg
-	$(TEXINDEX) gri.tp
+	-$(TEXINDEX) gri.ky
+	-$(TEXINDEX) gri.pg
+	-$(TEXINDEX) gri.tp
 	$(TEXINDEX) gri.vr
 	pdftex gri.texi
 	pdftex gri.texi

Reply via email to