Revision: 308
http://indic-computing.svn.sourceforge.net/indic-computing/?rev=308&view=rev
Author: jkoshy
Date: 2007-10-11 23:03:00 -0700 (Thu, 11 Oct 2007)
Log Message:
-----------
Add a Fontmap for use by Ghostscript mapping fonts used during the
documentation build.
Tweak the comment in the Makefile some more.
Modified Paths:
--------------
doc/trunk/share/fonts/Makefile
Added Paths:
-----------
doc/trunk/share/fonts/Fontmap
Added: doc/trunk/share/fonts/Fontmap
===================================================================
--- doc/trunk/share/fonts/Fontmap (rev 0)
+++ doc/trunk/share/fonts/Fontmap 2007-10-12 06:03:00 UTC (rev 308)
@@ -0,0 +1,33 @@
+% Copyright (C) 2007, Joseph Koshy. All rights reserved.
+%
+% Redistribution and use in source and binary forms, with or without
+% modification, are permitted provided that the following conditions
+% are met:
+% 1. Redistributions of source code must retain the above copyright
+% notice, this list of conditions and the following disclaimer.
+% 2. Redistributions in binary form must reproduce the above copyright
+% notice, this list of conditions and the following disclaimer in the
+% documentation and/or other materials provided with the distribution.
+%
+% THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+% ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+% IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+% ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+% FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+% DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+% OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+% OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+% SUCH DAMAGE.
+%
+
+
+% This file maps Postscript names of fonts to file names. The syntax
+% of these entries is described in the documentation that comes with
+% Ghostscript.
+
+% Please keep entries sorted by their Postscript names.
+
+/BRHKannada (brhknd.ttf) ;
+/VelthuisDevanagari10-Regular (dvng10.pfb) ;
Modified: doc/trunk/share/fonts/Makefile
===================================================================
--- doc/trunk/share/fonts/Makefile 2007-10-12 06:00:38 UTC (rev 307)
+++ doc/trunk/share/fonts/Makefile 2007-10-12 06:03:00 UTC (rev 308)
@@ -1,7 +1,7 @@
#
# Makefile
#
-# Retrieve the fonts for building documentation.
+# Automate retrieval of fonts used when building documentation.
#
# $Id$
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|