Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Oliver
fontconfig
Commits
02c3d2e9
Commit
02c3d2e9
authored
Nov 21, 2002
by
Keith Packard
Browse files
Use unique local Imake define for fonts.conf dir (#5482, Mike A. Harris)
parent
61afb67c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Imakefile
View file @
02c3d2e9
XCOMM $XFree86: xc/lib/fontconfig/Imakefile,v 1.
7
2002/
08/01 16:17:33 keithp
Exp $
XCOMM $XFree86: xc/lib/fontconfig/Imakefile,v 1.
8
2002/
11/15 09:29:35 alanh
Exp $
#define IHaveSubdirs
#define PassCDebugFlags
...
...
@@ -9,15 +9,15 @@ SUBDIRS=fontconfig $(LINTSUBDIRS)
FONTCONFIG_REVISION=1
#ifndef FontconfigDir
#ifndef Fontconfig
FontsConf
Dir
#if NothingOutsideProjectRoot
#define FontconfigDir $(PROJECTROOT)/etc/fonts
#define Fontconfig
FontsConf
Dir $(PROJECTROOT)/etc/fonts
#else
#define FontconfigDir /etc/fonts
#define Fontconfig
FontsConf
Dir /etc/fonts
#endif
#endif
FONTCONFIGDIR=FontconfigDir
FONTCONFIG
FONTSCONF
DIR=Fontconfig
FontsConf
Dir
#if NothingOutsideProjectRoot
FONTDIRS=$(FONTDIR)
...
...
@@ -49,8 +49,8 @@ step:: srcname @@\
InstallNamedTargetBackup(install,file,$(INSTDATFLAGS),dest,file)
#endif /* InstallNonExecFileBackup */
InstallNonExecFileBackup(fonts.conf,$(FONTCONFIGDIR))
InstallNonExecFile(fonts.dtd,$(FONTCONFIGDIR))
InstallNonExecFileBackup(fonts.conf,$(FONTCONFIG
FONTSCONF
DIR))
InstallNonExecFile(fonts.dtd,$(FONTCONFIG
FONTSCONF
DIR))
all:: fonts.conf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment