This frame of reference is what the viewers for the generated XML and Info
files expect (from testing). It also seems to be what the Makefile expects
since this allows us to eliminate a couple of include directory options.
if BROKEN_DOCBOOK_XML
touch $@
else
- $(AM_V_GEN)$(MAKEINFO) $(AM_MAKEINFOFLAGS) --docbook -I $(top_srcdir) \
- $< -o $@
+ $(AM_V_GEN)$(MAKEINFO) --docbook $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
+ -I doc -I $(srcdir)/doc $< -o $@
endif
docbookdir = $(docdir)
doc/help-pages-list \
doc/pspp-manual.css
-
-AM_MAKEINFOFLAGS=-I $(top_srcdir)/doc/pspp-figures -I $(top_builddir)/doc/pspp-figures
-am__TEXINFO_TEX_DIR=:$(top_srcdir)/doc/pspp-figures:$(top_builddir)/doc/pspp-figures
+am__TEXINFO_TEX_DIR=:$(top_srcdir)/doc:$(top_builddir)/doc
################# Example programs ##############################
@macro psppoutput{FILE}
@ifnothtml
@smallexample
-@include \FILE\.texi
+@include pspp-figures/\FILE\.texi
@end smallexample
@end ifnothtml
@ifhtml
@html
<div class="pspp">
-@include \FILE\.html
+@include pspp-figures/\FILE\.html
</div>
@end html