summaryrefslogtreecommitdiff
path: root/docs/manuals.mak
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-01-06 02:35:17 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-01-06 02:35:17 +0000
commit3d34ce7b95508781cbc182b4d6364a49d821e5ab (patch)
treeb4b79dbe89cf8a5c267dcc433df45e6df5cbd757 /docs/manuals.mak
parentded7ca661667d922aa8368955b8b485c467a6078 (diff)
Updated the manual and the docs.
Original commit message from CVS: Updated the manual and the docs. Removed the esdsink in gst/elements/ we have a real one not in the plugins dir. Added more APIs to query the plugins, types and caps. more fields now have a getter and a setter. This is needed to make gstreamer wrapper fiendly. Added gst_element_disconnect beacuse we also have a gst_element_connect
Diffstat (limited to 'docs/manuals.mak')
-rw-r--r--docs/manuals.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manuals.mak b/docs/manuals.mak
index 91940a63fb..4bba6ae992 100644
--- a/docs/manuals.mak
+++ b/docs/manuals.mak
@@ -15,6 +15,7 @@ $(manualname)/$(htmlname): $(sgml_files) $(png_files)
else
$(manualname)/$(htmlname): $(sgml_files)
endif
+
if HAVE_DB2HTML
db2html $(manualname).sgml
else