[dia: 33/105] #19: Remove latex.encoding=utf8 from hardcopies.make.



commit 25227fe729150fdff5abfd2f1cbb7f60fc00ef36
Author: Eduard Nicodei <eddnicodei gmail com>
Date:   Wed Dec 26 10:49:35 2018 +0000

    #19: Remove latex.encoding=utf8 from hardcopies.make.
    
      - It was causing build failures and I'm hoping less is more.

 hardcopies.make | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/hardcopies.make b/hardcopies.make
index 77151ec6..9317342c 100644
--- a/hardcopies.make
+++ b/hardcopies.make
@@ -81,7 +81,6 @@ if WITH_PDFDOC
 $(progname).pdf: $(progname).xml $(xml_files) $(pngfigures)
        -$(DBLATEX) -t pdf -T  native \
                -P 'latex.unicode.use=$(UNICODE)' \
-               -P latex.encoding='$(ENCODING)' \
                $(LATEX_CLASS_OPTIONS) \
                $<
 endif
@@ -105,7 +104,6 @@ $(progname).ps: $(progname).xml $(xml_files) .epsfigures
        -$(DBLATEX) -t ps -T native \
                $(stylesheet) \
                -P 'latex.unicode.use=$(UNICODE)' \
-               -P 'latex.encoding=$(ENCODING)' \
                $(LATEX_CLASS_OPTIONS) \
                $(srcdir)/$<
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]