diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-11-06 01:31:23 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-11-06 01:31:23 +0000 |
commit | 423e2ea96b5f79281f4dd20d734bd968b3d95e89 (patch) | |
tree | 15a23543c22eecb8eb0297218e0db2413ee52e5e | |
parent | 34d7d649b972ea4915611a6ed88f01613bf32777 (diff) |
gtk-doc-plugins.mak: Fix distcheck by making sure the types files are treated like the other gtkdoc-scangobj generate...RELEASE-0_10_15GST_FFMPEG_NO_MIRROR
Original commit message from CVS:
* gtk-doc-plugins.mak:
Fix distcheck by making sure the types files are treated like the
other gtkdoc-scangobj generated files.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gtk-doc-plugins.mak | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2007-11-06 Jan Schmidt <jan.schmidt@sun.com> + + * gtk-doc-plugins.mak: + Fix distcheck by making sure the types files are treated like the + other gtkdoc-scangobj generated files. + 2007-09-21 Sebastian Dröge <slomo@circular-chaos.org> * m4/gst-args.m4: diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak index 4bb57a4..8421930 100644 --- a/gtk-doc-plugins.mak +++ b/gtk-doc-plugins.mak @@ -30,7 +30,6 @@ EXTRA_DIST = \ $(extra_files) \ $(HTML_IMAGES) \ $(DOC_MAIN_SGML_FILE) \ - $(DOC_MODULE).types \ $(DOC_OVERRIDES) \ $(DOC_MODULE)-sections.txt @@ -57,6 +56,7 @@ SCANOBJ_FILES = \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ + $(DOC_MODULE).types \ $(DOC_MODULE).args SCANOBJ_FILES_O = \ |