diff options
author | Ted Gould <ted@gould.cx> | 2010-06-10 15:20:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-10 15:20:24 -0500 |
commit | d6970de44f5ce5e6572761bc68d4252061794c9d (patch) | |
tree | 45710f38a48cbbc35d84dceca2be4f3e9727b91d /docs | |
parent | 47d48f8c3eb464e27f9632f51ce574fc9358143b (diff) | |
download | libdbusmenu-d6970de44f5ce5e6572761bc68d4252061794c9d.tar.gz libdbusmenu-d6970de44f5ce5e6572761bc68d4252061794c9d.tar.bz2 libdbusmenu-d6970de44f5ce5e6572761bc68d4252061794c9d.zip |
Apparently you can't use EXTRA_DIST like this with gtk-doc. Why be normal?
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libdbusmenu-glib/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libdbusmenu-glib/reference/Makefile.am b/docs/libdbusmenu-glib/reference/Makefile.am index 8119537..e8a3610 100644 --- a/docs/libdbusmenu-glib/reference/Makefile.am +++ b/docs/libdbusmenu-glib/reference/Makefile.am @@ -80,7 +80,7 @@ include $(top_srcdir)/gtk-doc.local.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += version.xml.in tmpl/dummy.sgml +EXTRA_DIST += version.xml.in # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types |