[PATCH app-xfs 2/3] doc: omit building xfs-design.pdf for developer's doc
Gaetan Nadon
memsize at videotron.ca
Wed Jan 20 11:22:35 PST 2010
It breaks the build under the default configure options
Cannot find anyone who can build it.
The text and html format should be sufficient.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index fe4639c..2fc9428 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -175,7 +175,7 @@ EXTRA_DIST += doc/xfs-design.xml doc/xfs-design.css doc/xfs-design.xsl
if MAKE_DEVEL_DOCS
if HAVE_XMLTO
-noinst_DATA = doc/xfs-design/index.html doc/xfs-design.pdf doc/xfs-design.txt
+noinst_DATA = doc/xfs-design/index.html doc/xfs-design.txt
CLEANFILES += $(noinst_DATA)
doc/xfs-design/index.html: $(srcdir)/doc/xfs-design.xml $(srcdir)/doc/xfs-design.xsl doc/xfs-design/xfs-design.css
--
1.6.0.4
Revised edition, keep the actual target, just remove from noinst_DATA
More information about the xorg-devel
mailing list