Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fontconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
152
Issues
152
List
Boards
Labels
Service Desk
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fontconfig
fontconfig
Commits
ba884599
Commit
ba884599
authored
Apr 18, 2008
by
Eric Anholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build with !ENABLE_DOCS and no built manpages.
parent
0dffe625
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
8 deletions
+24
-8
fc-cache/Makefile.am
fc-cache/Makefile.am
+6
-2
fc-cat/Makefile.am
fc-cat/Makefile.am
+6
-2
fc-list/Makefile.am
fc-list/Makefile.am
+6
-2
fc-match/Makefile.am
fc-match/Makefile.am
+6
-2
No files found.
fc-cache/Makefile.am
View file @
ba884599
...
@@ -40,9 +40,13 @@ INCLUDES=-I${top_srcdir} -I${top_srcdir}/src $(WARN_CFLAGS)
...
@@ -40,9 +40,13 @@ INCLUDES=-I${top_srcdir} -I${top_srcdir}/src $(WARN_CFLAGS)
bin_PROGRAMS
=
fc-cache
bin_PROGRAMS
=
fc-cache
man
_MANS
=
fc-cache.1
BUILT
_MANS
=
fc-cache.1
EXTRA_DIST
=
fc-cache.sgml
$(man_MANS)
if
ENABLE_DOCS
man_MANS
=
${BUILT_MANS}
endif
EXTRA_DIST
=
fc-cache.sgml
$(BUILT_MANS)
fc_cache_LDADD
=
${top_builddir}
/src/libfontconfig.la
fc_cache_LDADD
=
${top_builddir}
/src/libfontconfig.la
...
...
fc-cat/Makefile.am
View file @
ba884599
...
@@ -31,9 +31,13 @@ INCLUDES=-I${top_srcdir} $(WARN_CFLAGS)
...
@@ -31,9 +31,13 @@ INCLUDES=-I${top_srcdir} $(WARN_CFLAGS)
bin_PROGRAMS
=
fc-cat
bin_PROGRAMS
=
fc-cat
man
_MANS
=
fc-cat.1
BUILT
_MANS
=
fc-cat.1
EXTRA_DIST
=
fc-cat.sgml fc-cat.1
if
ENABLE_DOCS
man_MANS
=
${BUILT_MANS}
endif
EXTRA_DIST
=
fc-cat.sgml
${BUILT_MANS}
fc_cat_LDADD
=
${top_builddir}
/src/libfontconfig.la
fc_cat_LDADD
=
${top_builddir}
/src/libfontconfig.la
...
...
fc-list/Makefile.am
View file @
ba884599
...
@@ -31,9 +31,13 @@ bin_PROGRAMS=fc-list
...
@@ -31,9 +31,13 @@ bin_PROGRAMS=fc-list
INCLUDES
=
-I
${top_srcdir}
$(WARN_CFLAGS)
INCLUDES
=
-I
${top_srcdir}
$(WARN_CFLAGS)
man
_MANS
=
fc-list.1
BUILT
_MANS
=
fc-list.1
EXTRA_DIST
=
fc-list.sgml
$(man_MANS)
if
ENABLE_DOCS
man_MANS
=
${BUILT_MANS}
endif
EXTRA_DIST
=
fc-list.sgml
$(BUILT_MANS)
fc_list_LDADD
=
${top_builddir}
/src/libfontconfig.la
fc_list_LDADD
=
${top_builddir}
/src/libfontconfig.la
...
...
fc-match/Makefile.am
View file @
ba884599
...
@@ -31,9 +31,13 @@ SGML = ${FC_MATCH_SRC}/fc-match.sgml
...
@@ -31,9 +31,13 @@ SGML = ${FC_MATCH_SRC}/fc-match.sgml
INCLUDES
=
-I
${top_srcdir}
$(WARN_CFLAGS)
INCLUDES
=
-I
${top_srcdir}
$(WARN_CFLAGS)
man
_MANS
=
fc-match.1
BUILT
_MANS
=
fc-match.1
EXTRA_DIST
=
fc-match.sgml
$(man_MANS)
if
ENABLE_DOCS
man_MANS
=
${BUILT_MANS}
endif
EXTRA_DIST
=
fc-match.sgml
$(BUILT_MANS)
fc_match_LDADD
=
${top_builddir}
/src/libfontconfig.la
fc_match_LDADD
=
${top_builddir}
/src/libfontconfig.la
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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