diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-20 14:42:27 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-20 14:42:27 +0000 |
commit | 15ed80e8ce4d69bb28f16928be9ca4273ca55553 (patch) | |
tree | 7261e4553412941790aa8a035709f76432bb857b /Master/bin/win32/conf/conf.d/51-local.conf | |
parent | b3af79be3215b82c0522f0f70664135b8f8ec0a6 (diff) |
new stuff from Akira
git-svn-id: svn://tug.org/texlive/trunk@2824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/conf/conf.d/51-local.conf')
-rw-r--r-- | Master/bin/win32/conf/conf.d/51-local.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/bin/win32/conf/conf.d/51-local.conf b/Master/bin/win32/conf/conf.d/51-local.conf new file mode 100644 index 00000000000..d35046e78b3 --- /dev/null +++ b/Master/bin/win32/conf/conf.d/51-local.conf @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- /etc/fonts/conf.avail/51-local.conf file to configure system font access --> +<fontconfig> + <!-- Load local system customization file --> + <include ignore_missing="yes">local.conf</include> +</fontconfig> |