summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-10-04 13:09:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-10-04 13:09:30 -0700
commit18e87ce7bd64de013e55813a837b38d46252f30d (patch)
treed38e5767f8fd0bccf6116c5177d63a18df4e7322 /.gitignore
parentbef71a86b949009f8fd2d194b1d9f1ce1595ffb4 (diff)
downloadnasm-18e87ce7bd64de013e55813a837b38d46252f30d.tar.gz
doc: we really need a Fontmap file
It turns out that we need a Fontmap file after all, *and* -I. to make gs find it. Inconsistent results came from stray Fontmap files from previous debug attempts. Now generate both fontpath and Fontmap, and hopefully at least one of them should work. We might, in fact, need both, one for gs to know where the files are and one for gs to know it is allowed to read them. The core problem seems to be that gs will find OTF fonts by its normal discovery mechanisms, but for some reason don't seem to use them unless it can find them in a Fontmap, Font directory, of CIDFont directory. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 827f05bf..63b3470a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
*.i
*.ith
*.lst
+*.map
*.mo32
*.mo64
*.o
@@ -69,6 +70,7 @@ TAGS
/doc/version.src
/doc/warnings.src
/doc/fontpath
+/doc/Fontmap
/include/warnings.h
/macros/macros.c
/misc/omfdump