open-src/common/Makefile.init
changeset 557 3e9830015f69
parent 507 dac240d465a4
child 559 894681074118
--- a/open-src/common/Makefile.init	Fri Oct 03 13:22:54 2008 -0700
+++ b/open-src/common/Makefile.init	Sat Oct 04 16:31:25 2008 -0700
@@ -29,7 +29,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile.init	1.2	08/08/19
+# @(#)Makefile.init	1.3	08/10/04
 #
 
 # Use ksh93 for shell commands in Makefiles so that builds are the same
@@ -263,6 +263,11 @@
 DOCBOOK2TXT=$(DOCBOOKUTIL_BINDIR)/docbook2txt
 XORG_DEFS_ENT=$(PROTODIR)/$(X11_DIR)/share/sgml/X11/defs.ent
 
+# Commands to run font utilities from proto area
+MKFONTDIR=$(PROTODIR)$(X11_DIR)/bin/mkfontdir
+MKFONTSCALE=$(PROTODIR)$(X11_DIR)/bin/mkfontscale
+INSTALLALIAS=$(PROTODIR)$(X11_DIR)/lib/installalias
+
 ### Sources, in-tree and upstream
 
 TARBALLDIR=$(TOP)/tarballs