mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 20:38:01 +02:00
- Fix up the XpConfig directory to remove the stuff it installs - Add a few files to CLEANFILES here and there
14 lines
349 B
Makefile
14 lines
349 B
Makefile
SUBDIRS = attributes ddx-config models
|
|
|
|
xpcdir = @xpconfigdir@/C/print
|
|
|
|
|
|
Xprinters.ghostscript: $(srcdir)/Xprinters
|
|
sed < $(srcdir)/Xprinters "s/#Printer xp_pdf_spooldir_tmp_Xprintjobs/Printer xp_pdf_spooldir_tmp_Xprintjobs/" > Xprinters.ghostscript
|
|
|
|
|
|
|
|
dist_xpc_DATA = Xprinters
|
|
xpc_DATA = Xprinters.ghostscript
|
|
|
|
CLEANFILES = Xprinters.ghostscript
|