mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/halberd: Removed makefile patch for latex.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ddb741b132
commit
f5d8453b6c
2 changed files with 0 additions and 17 deletions
|
@ -69,9 +69,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix path to latex binary for Slackware
|
||||
patch -p1 --verbose < $CWD/make-pdf-manual.diff
|
||||
|
||||
# Generate PDF documentation
|
||||
( cd doc/
|
||||
make manual.pdf
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
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
|
||||
|
Loading…
Reference in a new issue