On Wed, Jan 20, 2010 at 10:01 AM, Gaetan Nadon <[email protected]> wrote: > 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 <[email protected]> > --- > Makefile.am | 5 +---- > 1 files changed, 1 insertions(+), 4 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index fe4639c..6d4d176 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 > @@ -189,9 +189,6 @@ doc/xfs-design/xfs-design.css: > $(srcdir)/doc/xfs-design.css > clean-local: > -rm -rf doc/xfs-design > > -doc/xfs-design.pdf: $(srcdir)/doc/xfs-design.xml $(srcdir)/doc/xfs-design.xsl > - $(AM_V_GEN)$(XMLTO) -m $(srcdir)/doc/xfs-design.xsl -o doc pdf > $(srcdir)/doc/xfs-design.xml > - > doc/xfs-design.txt: $(srcdir)/doc/xfs-design.xml $(srcdir)/doc/xfs-design.xsl > $(AM_V_GEN)$(XMLTO) -m $(srcdir)/doc/xfs-design.xsl -o doc txt > $(srcdir)/doc/xfs-design.xml
If you want to remove the pdf from noinst_DATA, that's fine, but don't remove the target. Someone can still build the pdf if they want, too. Furthermore, pdf is a supported target from xmlto. I've built pdfs from docbook many times. You just need to have the necessary backends. -- Dan _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
