X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=docs%2Freference%2FMakefile.am;h=890de7d0f9e79737757d7271c4b07248ec245858;hb=2bb1d3dd204e6e91e9a582671682a0ca23d333b1;hp=c039fb8abe30699da72028164e47292e646c9a02;hpb=15cf636ad56b502202b4f0d005c12b256d7c5680;p=projects%2Fchimara%2Fchimara.git diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index c039fb8..890de7d 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -34,7 +34,11 @@ MKTMPL_OPTIONS = # Extra options to supply to gtkdoc-mkhtml # The --path is because Gtk-doc is broken on non-distcheck vpath builds! Sigh. -MKHTML_OPTIONS = --path="$(abs_builddir)" +# But it only works on Gtk-doc 1.11 and higher. So if you want to do a vpath +# build then uncomment this and require 1.11 in configure.ac. If you want to do +# vpath build on Debian, then you're S.O.L. Complain to Gtk-doc and Debian. +# MKHTML_OPTIONS = --path="$(abs_builddir)" +MKHTML_OPTIONS = # Extra options to supply to gtkdoc-fixref. Not normally needed. FIXXREF_OPTIONS =