X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=help%2Freference%2Flibdocument%2FMakefile.am;h=ad4bc3510468410e526241225e56bb34ffdef936;hb=83ee6052d7eeb4cfa100f4533d6259573d65efe9;hp=7290360f0a12041281d52512c51adcd7497f9173;hpb=16cc05ec4f7663103e45a52ac06d292e6b75a8c0;p=evince.git diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index 7290360f..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= @@ -57,7 +60,8 @@ HTML_IMAGES= # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml -content_files= +content_files= \ + version.xml # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files @@ -94,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