diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-21 00:19:56 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-21 00:19:56 +0100 |
commit | 73a5b1649be7858f736ec9104024ed99ffd11b97 (patch) | |
tree | 10d8333ad2a524135f4dfe2cb530267eede7c98c /doc | |
parent | 09e463ef309690253da205bb1da51450fa415b1b (diff) | |
download | libtasn1-73a5b1649be7858f736ec9104024ed99ffd11b97.tar.gz libtasn1-73a5b1649be7858f736ec9104024ed99ffd11b97.tar.bz2 libtasn1-73a5b1649be7858f736ec9104024ed99ffd11b97.zip |
Fix srcdir!=builddir gtk-doc build.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index c6e3aed..f1e0bce 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -22,7 +22,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk -DOC_SOURCE_DIR=../../lib +DOC_SOURCE_DIR=$(top_srcdir)/lib # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= |