Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gcl27 (2.7.0-10) unstable; urgency=medium
 .
   * Version_2_7_0pre13
Author: Camm Maguire <camm@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-01-29

--- gcl27-2.7.0.orig/git.tag
+++ gcl27-2.7.0/git.tag
@@ -1,2 +1,2 @@
-"Version_2_7_0pre12"
+"Version_2_7_0pre13"
 
--- gcl27-2.7.0.orig/info/makefile
+++ gcl27-2.7.0/info/makefile
@@ -32,7 +32,8 @@ GCL_MAN= chap-1.texi chap-2.texi chap-3.
 	 chap-24.texi chap-25.texi chap-26.texi chap-a.texi
 
 %.pdf: %.texi
-	texi2pdf $<
+	-texi2pdf $<
+	touch $@
 
 gcl-si.dvi: ${GCL_SI} gcl-si.texi
 	TEXINPUTS=.:$$TEXINPUTS tex --interaction nonstopmode gcl-si.texi || true
--- gcl27-2.7.0.orig/xgcl-2/makefile
+++ gcl27-2.7.0/xgcl-2/makefile
@@ -20,7 +20,7 @@ gprof_objs: objects $(addprefix ../gprof
 sys-proclaim.lisp:
 	echo '(load "sysdef.lisp")(compiler::emit-fn t)(xlib::compile-xgcl)(compiler::make-all-proclaims "*.fn")' | $(LISP)
 
-docs: dwdoc/dwdoccontents.html #dwdoc.pdf
+docs: dwdoc/dwdoccontents.html dwdoc.pdf
 
 dwdoc/dwdoccontents.html: $(LISP)
 	mkdir -p $(@D) && \
@@ -28,7 +28,8 @@ dwdoc/dwdoccontents.html: $(LISP)
 	echo '(load "../sysdef.lisp")(in-package :xlib)(defmacro while (test &rest forms) `(loop (unless ,test (return)) ,@forms))(load "../gcl_tohtml.lsp")(load "../gcl_index.lsp")(tohtml "../dwdoc.tex" "dwdoc")(with-open-file (s "dwdoccontents.html" :direction :output) (let ((*standard-output* s)) (xlib::makecont "../dwdoc.tex" 1 "dwdoc")))(with-open-file (s "dwdocindex.html" :direction :output) (let ((*standard-output* s)) (xlib::printindex indexdata "dwdoc")))' | $<
 
 dwdoc.pdf: dwdoc.tex
-	pdflatex $<
+	-pdflatex $<
+	touch $@
 
 clean:
 	rm -f *.o *.data saved_*  cmpinclude.h dwdoc.pdf dwdoc.aux dwdoc.log gmon.out dwdoc.dvi dwdoc.html dwdoc.ps
