~ubuntu-branches/ubuntu/trusty/octave-odepkg/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/build-pdf-documentation

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Weber
  • Date: 2011-04-23 15:41:22 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110423154122-2im1j7o621klx4hi
Tags: 0.6.12-1
* New upstream release
* Bump standards version to 3.9.1, no changes required
* New patch: build-pdf-documentation, helps building the pdf documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Thomas Weber <tweber@debian.org>
 
2
Subject: Ensure the PDF documentation is built at build time
 
3
 
 
4
I asked upstream whether the non-building of the documentation is intentional:
 
5
https://sourceforge.net/mailarchive/forum.php?thread_name=20110423150042.GA24989%40atlan&forum_name=octave-dev
 
6
Origin: Debian
 
7
--- a/doc/Makefile
 
8
+++ b/doc/Makefile
 
9
@@ -12,6 +12,7 @@
 
10
 MKTEXI = ../../../admin/mktexi
 
11
 MAKEINFO = makeinfo --no-split --document-language=en_us
 
12
 TEXI2DVI = texi2dvi --clean
 
13
+TEXI2PDF = texi2pdf --clean
 
14
 DVIPS = dvips
 
15
 LN_S = ln -s
 
16
 endif