git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8056
7a7537e8-13f0-0310-91df-
b6672ffda945
if ((datadir = getenv("CUPS_DATADIR")) == NULL)
datadir = CUPS_DATADIR;
- snprintf(filename, sizeof(filename), "%s/data/testprint.ps", datadir);
+ snprintf(filename, sizeof(filename), "%s/data/testprint", datadir);
/*
* Point to the printer/class...
DATAFILES = \
HPGLprolog \
psglyphs \
- testprint.ps
+ testprint
PPDCFILES = \
epson.h \
#CUPS-BANNER
-# While this file has a .ps extension, it is really just a special banner
-# page - we are retaining the original filename for backwards-compatibility.
Show printer-name printer-info printer-location printer-make-and-model printer-driver-name printer-driver-version paper-size imageable-area
Header Printer Test Page
Footer Printer Test Page
d 0755 root sys $DATADIR/data -
f 0644 root sys $DATADIR/data/HPGLprolog data/HPGLprolog
f 0644 root sys $DATADIR/data/psglyphs data/psglyphs
-f 0644 root sys $DATADIR/data/testprint.ps data/testprint.ps
+f 0644 root sys $DATADIR/data/testprint data/testprint
d 0755 root sys $DATADIR/drv -
f 0644 root sys $DATADIR/drv/sample.drv ppdc/sample.drv