make-pdf-manual.diff 424 B

123456789101112131415
  1. Corrects the path to the latex binary on Slackware.
  2. --- halberd-0.2.4.orig/doc/GNUmakefile 2015-11-17 19:57:03.993466727 -0700
  3. +++ halberd-0.2.4/doc/GNUmakefile 2015-11-17 19:58:43.780459960 -0700
  4. @@ -15,7 +15,7 @@
  5. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  6. -LATEX := /usr/bin/latex
  7. +LATEX := /usr/share/texmf/bin/latex
  8. DVIPDF := /usr/bin/dvipdf
  9. LATEX2HTML := /usr/bin/latex2html