aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/XpConfig/C/print/models/GSdefault/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/XpConfig/C/print/models/GSdefault/Imakefile')
-rw-r--r--nx-X11/programs/Xserver/XpConfig/C/print/models/GSdefault/Imakefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/nx-X11/programs/Xserver/XpConfig/C/print/models/GSdefault/Imakefile b/nx-X11/programs/Xserver/XpConfig/C/print/models/GSdefault/Imakefile
deleted file mode 100644
index 6ac1d0d24..000000000
--- a/nx-X11/programs/Xserver/XpConfig/C/print/models/GSdefault/Imakefile
+++ /dev/null
@@ -1,14 +0,0 @@
-XCOMM $Xorg: Imakefile,v 1.1 2002/06/09 05:42:52 gisburn Exp $
-
-XPMODELNAME = GSdefault
-
-MODELDIR = $(XPRINTDIR)/C/print/models/$(XPMODELNAME)
-
-InstallNonExecFile(model-config,$(MODELDIR))
-
-# All PostScript-printer models should use the printer-builtin fonts from the
-# "PSdefault" printer model (unless they employ more or other builtin fonts)
-install::
- $(RM) $(DESTDIR)$(MODELDIR)/fonts
- $(LN) ../PSdefault/fonts $(DESTDIR)$(MODELDIR)
-