summaryrefslogtreecommitdiffstats
path: root/python/halberd/make-pdf-manual.diff
diff options
context:
space:
mode:
author Brenton Earl2015-11-18 17:28:31 +0100
committer Willy Sudiarto Raharjo2015-11-18 17:28:31 +0100
commited7a6a3d7d1fb206cb2df27b610d35b438d110a3 (patch)
treeea882a1bec3cc5a7178b826b50a0be5ee06b3b8a /python/halberd/make-pdf-manual.diff
parente1e61f6fffc725fdfeedfe6293fce26862279f1b (diff)
downloadslackbuilds-ed7a6a3d7d1fb206cb2df27b610d35b438d110a3.tar.gz
python/halberd: Added (HTTP load balancer detector).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/halberd/make-pdf-manual.diff')
-rw-r--r--python/halberd/make-pdf-manual.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/halberd/make-pdf-manual.diff b/python/halberd/make-pdf-manual.diff
new file mode 100644
index 0000000000..6eae15bdd0
--- /dev/null
+++ b/python/halberd/make-pdf-manual.diff
@@ -0,0 +1,14 @@
+
+Corrects the path to the latex binary on Slackware.
+
+--- halberd-0.2.4.orig/doc/GNUmakefile 2015-11-17 19:57:03.993466727 -0700
++++ halberd-0.2.4/doc/GNUmakefile 2015-11-17 19:58:43.780459960 -0700
+@@ -15,7 +15,7 @@
+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
+-LATEX := /usr/bin/latex
++LATEX := /usr/share/texmf/bin/latex
+ DVIPDF := /usr/bin/dvipdf
+ LATEX2HTML := /usr/bin/latex2html
+