diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-04 11:50:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-04 11:50:47 +0000 |
commit | 6482f4af8f21b5d37fba8b847269bd51d42acbb2 (patch) | |
tree | e556eb753517dcad493793a2a53a613962e91c45 /docs/plugins | |
parent | 3a7c7705e6abf04e610ace90bce642f8b6b7a680 (diff) |
fix distcheck
Original commit message from CVS:
fix distcheck
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 882b6f22..b949518f 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -44,11 +44,6 @@ DOC_SOURCE_DIR = $(top_srcdir) # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS= -# FIXME : -# there's something wrong with gstreamer-sections.txt not being in the dist -# maybe it doesn't resolve; we're adding it below for now -#EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt gstreamer-sections.txt $(DOC_MAIN_SGML_FILE) - # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS=--sgml-mode @@ -78,9 +73,6 @@ IGNORE_CFILES = # but I'm not sure about that - it might be this Just Works given that # the registry won't have the element -# FIXME: not ported yet -# $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c - EXTRA_HFILES = \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/goom/gstgoom.h |