[xorg-commit-diffs] xc/programs/Xserver/XpConfig/en_US/print
Imakefile, NONE, 1.1.4.1
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:38 EST 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/XpConfig/en_US/print
In directory pdx:/tmp/cvs-serv5532/programs/Xserver/XpConfig/en_US/print
Added Files:
Tag: XORG-CURRENT
Imakefile
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT
--- NEW FILE: Imakefile ---
XCOMM $Xorg: Imakefile,v 1.1 2002/06/09 05:42:52 gisburn Exp $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
SUBDIRS = attributes
XPLOCALEPRINTDIR=$(XPRINTDIR)/en_US/print
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
MakeDirectories(install,$(XPLOCALEPRINTDIR))
# We only have different values in "attributes", so link all other files
# to the "defaults" in the C locale
LINK_TO_C_LOCALE=Xprinters ddx-config models
install::
( \
cd $(DESTDIR)$(XPLOCALEPRINTDIR) ; \
for i in $(LINK_TO_C_LOCALE) \
; do \
$(RM) $$i ; \
$(LN) ../../C/print/$$i $$i ; \
done \
)
More information about the xorg-commit-diffs
mailing list