diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-05-19 23:57:38 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-05-19 23:57:38 +0300 |
commit | f54458a7ba548ad3cb182b1e3d52213200e63f6d (patch) | |
tree | ab63164d31a1a9931659b010fa40af7f8830dc9c /docs/plugins/Makefile.am | |
parent | 344ab80926b4a7e9c67c2a49f9fdb7eda8b7a01d (diff) | |
download | gstreamer-plugins-bad-f54458a7ba548ad3cb182b1e3d52213200e63f6d.tar.gz |
docs: remove obsolete commented out part
We don't have this in the other modules and its not needed.
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index f7c00e622..3e0fbf507 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 --source-suffixes=c,h,cc,m |