X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=help%2Freference%2Flibdocument%2FMakefile.am;h=ad4bc3510468410e526241225e56bb34ffdef936;hb=f58670288f5b717267a5487ebf81cba52dc253d2;hp=fd3a711129d0fa4c28ca9112fb5d209e46609844;hpb=9a56c842cd84566f69f31d7ab4e1ec0492a157a3;p=evince.git diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index fd3a7111..ad4bc351 100644 --- a/help/reference/libdocument/Makefile.am +++ b/help/reference/libdocument/Makefile.am @@ -35,6 +35,9 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml # e.g. MKTMPL_OPTIONS=--only-section-tmpl MKTMPL_OPTIONS= +# Add the builddir to the HTML path so that version.xml is found +MKHTML_OPTIONS=--path="$(abs_builddir)" + # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html FIXXREF_OPTIONS= @@ -95,3 +98,5 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += version.xml.in + +-include $(top_srcdir)/git.mk