summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorwl <wl>2012-09-20 07:48:28 +0000
committerwl <wl>2012-09-20 07:48:28 +0000
commit1be7153efcd1ccbfd4e10a1a4e4a7e1bc05ee2d5 (patch)
tree0340d5c8d90522c9f368cff8ef55aa91ec14ae13 /font
parente550448b35d01423af2060554b8684d70c14be43 (diff)
downloadgroff-1be7153efcd1ccbfd4e10a1a4e4a7e1bc05ee2d5.tar.gz
[gropdf] Various minor fixes.
* font/devpdf/Foundry.in: Add font path to debian `gsfonts' package. * font/devpdf/util/BuildFoundries.pl: Handle missing fonts in a more sane way, do NOT abort the complete make run! * src/devices/gropdf/gropdf: Accept papersize names (i.e. A4) as either upper or lower case. The -p (papersize) option should be length,width (currently reversed - width,length) * src/devices/gropdf/pdfmom.pl: Support use of GROFF_BIN_PATH.
Diffstat (limited to 'font')
-rw-r--r--font/devpdf/Foundry.in3
-rw-r--r--font/devpdf/util/BuildFoundries.pl2
2 files changed, 2 insertions, 3 deletions
diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in
index f8a659b6..86d6432c 100644
--- a/font/devpdf/Foundry.in
+++ b/font/devpdf/Foundry.in
@@ -65,8 +65,7 @@ ZD|Y||||Dingbats!d050000l.pfb
#======================================================================
#Foundry|Name|Searchpath
-foundry|U|(gs):/opt/local/share/fonts/urw-fonts # the URW fonts delivered with ghostscript (may be different)
-
+foundry|U|(gs):/usr/share/fonts/type1/gsfonts :/opt/local/share/fonts/urw-fonts # the URW fonts delivered with ghostscript (may be different)
#Define Flags for afmtodit
r=-i 0 -m
diff --git a/font/devpdf/util/BuildFoundries.pl b/font/devpdf/util/BuildFoundries.pl
index 8f52fd1d..394a8b6e 100644
--- a/font/devpdf/util/BuildFoundries.pl
+++ b/font/devpdf/util/BuildFoundries.pl
@@ -36,7 +36,7 @@ LoadDownload("download");
LoadFoundry("Foundry");
WriteDownload("download");
-exit $warn;
+exit 0;