diff options
author | Stef Walter <stefw@gnome.org> | 2013-04-04 11:11:49 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-04-04 13:08:38 +0200 |
commit | d4392aef7fa3a3b2c308ad3d05c691569361ee49 (patch) | |
tree | 3e92cdeb4580a158f76bedf8d6f72dd82fd3a5b7 /doc/manual | |
parent | 153dc7a750a11d7940f4e4e6e718939d23ee4541 (diff) |
doc: Use gtk-doc in the no-tmpl flavor
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 79e9e4a..cf4e49d 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -88,6 +88,12 @@ expand_content_files= INCLUDES= GTKDOC_LIBS= +# Hacks around gtk-doc brokenness for out of tree builds +p11-kit-sections.txt: $(srcdir)/p11-kit-sections.txt + cp $(srcdir)/p11-kit-sections.txt p11-kit-sections.txt +p11-kit-overrides.txt: $(srcdir)/p11-kit-overrides.txt + cp $(srcdir)/p11-kit-overrides.txt p11-kit-overrides.txt + # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make |