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.
 .
 maxima (5.43.0-1) unstable; urgency=medium
 .
   * New upstream release
   * Bug fix: "Doesn&#39;t work on multi-user systems, fights over
     /tmp/gcl_pool", thanks to Andreas Kloeckner (Closes: #931337).
   * Bug fix: "please update to upstream release 5.43", thanks to Roland
     Chavez (Closes: #945563).
   * Bug fix: "Python2 removal in sid/bullseye", thanks to
     morph@debian.org</a>; (Closes: #943166).
   * latest standards
   * latest gcl
Author: Camm Maguire <camm@debian.org>
Bug-Debian: https://bugs.debian.org/931337
Bug-Debian: https://bugs.debian.org/943166
Bug-Debian: https://bugs.debian.org/945563

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

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-12-20

--- maxima-5.43.0.orig/doc/info/Makefile.am
+++ maxima-5.43.0/doc/info/Makefile.am
@@ -533,8 +533,9 @@ maxima-index.lisp: build_index.pl maxima
 DOLLAR_SIGN = $$
 
 maxima_0.html: maxima.texi $(maxima_TEXINFOS) $(figurefiles) manual.css
-	@: sh $(srcdir)/extract_categories.sh maxima
-	./build_html.sh
+#	@: sh $(srcdir)/extract_categories.sh maxima
+#	./build_html.sh
+	touch $@
 
 maxima.epub: maxima_0.html
 	ebook-convert maxima_singlepage.html maxima.epub --breadth-first "--title=Maxima @manual_version@ Manual" "--authors=Maxima Team" --language=en
@@ -555,7 +556,6 @@ include $(top_srcdir)/common.mk
 genericdir = $(dochtmldir)
 genericdirDATA = $(figurefiles) \
 contents.hhc index.hhk header.hhp maxima.hhp
-
 htmlname = maxima
 htmlinstdir = $(dochtmldir)
 include $(top_srcdir)/common-html.mk
--- maxima-5.43.0.orig/interfaces/emacs/imaxima/imaxima.texi
+++ maxima-5.43.0/interfaces/emacs/imaxima/imaxima.texi
@@ -1,5 +1,6 @@
 \input texinfo                  @c -*-texinfo-*-
 @c %**start of header
+@documentencoding ISO-8859-1
 @setfilename imaxima.info
 @settitle Imaxima Manual
 @paragraphindent 0
