David Schleef
b7acf41b85
docs/libs/Makefile.am: Change sinclude to include
...
Original commit message from CVS:
* docs/libs/Makefile.am: Change sinclude to include
* docs/gst/Makefile.am: same
* pkgconfig/Makefile.am: Remove GNU-ism from makefile target
2004-04-19 22:54:58 +00:00
Benjamin Otte
36af6c437d
docs/gst/Makefile.am: ignore gst/parse directory when building docs
...
Original commit message from CVS:
* docs/gst/Makefile.am:
ignore gst/parse directory when building docs
2004-04-16 22:59:16 +00:00
Thomas Vander Stichele
787e8d78cd
distcheck fix
...
Original commit message from CVS:
distcheck fix
2004-04-08 15:35:31 +00:00
Thomas Vander Stichele
b9b50ea5d8
more doc updates
...
Original commit message from CVS:
more doc updates
2004-04-08 15:14:27 +00:00
Thomas Vander Stichele
c1125590b2
more doc build fixes
...
Original commit message from CVS:
more doc build fixes
2004-04-08 14:45:13 +00:00
Thomas Vander Stichele
5e7866d43a
docs/gst/Makefile.am: make docs exit on scanning problems fix nonsrcdir build issues
...
Original commit message from CVS:
* docs/gst/Makefile.am:
make docs exit on scanning problems
fix nonsrcdir build issues
* docs/gst/gstreamer-sections.txt:
adding stuff from -unused
* gst/gstqueue.h:
create GstQueueSize
* gst/schedulers/cothreads_compat.h:
fix cothread warnings
2004-04-07 15:31:25 +00:00
David Schleef
8ce063f780
docs/gst/Makefile.am: Disable a bunch of headers from being scanned
...
Original commit message from CVS:
* docs/gst/Makefile.am: Disable a bunch of headers from being scanned
* docs/gst/gstreamer-docs.sgml: More hacking
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/cothreads_compat.sgml:
* docs/gst/tmpl/gstcaps.sgml:
* docs/gst/tmpl/gstclock.sgml:
* docs/gst/tmpl/gstelement.sgml:
* docs/gst/tmpl/gstevent.sgml:
* docs/gst/tmpl/gstpad.sgml:
* docs/gst/tmpl/gstutils.sgml:
* docs/gst/tmpl/gstxml.sgml:
* docs/gst/tmpl/gthread-cothreads.sgml:
* docs/random/ds/0.9-suggested-changes:
* gst/elements/gstfakesink.h: doc fixes
* gst/elements/gstfakesrc.h: doc fixes
* gst/gstcaps.c: doc fixes
* gst/gstcaps.h: doc fixes
* gst/gstelement.c: doc fixes
* gst/gstelement.h: doc fixes
* gst/gstindex.c: doc fixes
* gst/gstinfo.c: doc fixes
* gst/gstpad.c: doc fixes
* gst/gstpad.h: doc fixes
* gst/gstplugin.c: doc fixes
* gst/gsttypefind.h: doc fixes
* gst/gsturi.c: doc fixes
* gst/gstvalue.c: doc fixes
2004-03-30 07:36:19 +00:00
David Schleef
de74af0114
docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
...
Original commit message from CVS:
* docs/gst/Makefile.am: Call gst_init() in built gstreamer-scan.
* gst/gstatomic_impl.h: Disable sparc implementation.
2004-02-11 17:45:02 +00:00
Thomas Vander Stichele
1ad4c7a804
make upload work for both gtk-doc and docbook docs
...
Original commit message from CVS:
make upload work for both gtk-doc and docbook docs
2004-01-28 12:16:51 +00:00
Brian Cameron
0cb4645646
Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that it works with Solaris /bin/sh. Fixed gst/gstpl...
...
Original commit message from CVS:
Fixed shell in docs/gst/Makefile.am and docs/libs/Makefile.am so that
it works with Solaris /bin/sh. Fixed gst/gstplugin.c so it compiles
properly when the configure --disable-gst_debug option is used.
Fixed gst/parse/Makefile.am so that it doesn't append grammar.tab.h to
the end of lex._gst_parse_yy.c since lex._gst_parse_yy.c already
includes grammar.tab.h via a <#include ...> line.
2003-12-19 20:27:03 +00:00
Thomas Vander Stichele
7943699850
uninstall fixes
...
Original commit message from CVS:
uninstall fixes
2003-12-14 22:27:25 +00:00
David Schleef
7eb1bbbaa0
distcheck fixes
...
Original commit message from CVS:
distcheck fixes
2003-11-29 04:36:56 +00:00
Benjamin Otte
f6970851de
get make distcheck working by adding uninstall support to gtk-doc stuff and changing a clean to a clean-local
...
Original commit message from CVS:
get make distcheck working by adding uninstall support to gtk-doc stuff and changing a clean to a clean-local
2003-11-23 04:40:22 +00:00
David Schleef
b90165ef48
remove spurious ls
...
Original commit message from CVS:
remove spurious ls
2003-11-21 21:00:35 +00:00
David Schleef
541aa5c79a
$(builddir) isn't a real variable
...
Original commit message from CVS:
$(builddir) isn't a real variable
2003-11-19 23:49:46 +00:00
David Schleef
f328265d46
'make distcheck' fixes
...
Original commit message from CVS:
'make distcheck' fixes
2003-11-19 23:34:45 +00:00
Steve Baker
40a15c4e42
actually this is probably more correct. just as well there are no widgets in core.
...
Original commit message from CVS:
actually this is probably more correct. just as well there are no widgets in core.
2003-11-15 23:25:07 +00:00
Steve Baker
be696360be
hack to not use the deprecated function g_strdown which looks like has been removed from fedora.
...
Original commit message from CVS:
hack to not use the deprecated function g_strdown which looks like has been removed from fedora.
Am presuming that class names are only ever ascii.
2003-11-15 23:14:43 +00:00
Benjamin Otte
6fa7bf0307
don't install html docs if they haven't been built
...
Original commit message from CVS:
don't install html docs if they haven't been built
2003-11-14 18:37:23 +00:00
Benjamin Otte
803ce6bf48
GST_DEBUG reorganization containing loads of stuff:
...
Original commit message from CVS:
GST_DEBUG reorganization
This is a big diff (ca 450k), containing loads of stuff:
- gstinfo.[ch] complete rewrite
- changing of all GST_DEBUG messages to reflect that change
- reorganization of subsystem disabling
- addition of gstconfig.h.in so we can track the disablings
- <gst/gst.h> does not include <unistd.h> and <config.h> anymore
- documentation updated for gstinfo stuff (build the docs yourself to know what changed)
- bugfixes for making of the docs (files from CVS are not deleted anymore
- testsuite for debugging changes in testsuite/debug
expect breakage
2003-06-29 14:05:49 +00:00
Thomas Vander Stichele
50251fcfec
converting to xml as intermediary step to fix devhelp generation assorted doc build fixes as well http://bugzilla.gno ...
...
Original commit message from CVS:
converting to xml as intermediary step to fix devhelp generation
assorted doc build fixes as well
http://bugzilla.gnome.org/show_bug.cgi?id=113195
2003-05-18 15:04:26 +00:00
Thomas Vander Stichele
7eea6a04b7
fix for parallel installability
...
Original commit message from CVS:
fix for parallel installability
2002-12-08 14:39:38 +00:00
Christian Schaller
a15c1a4af2
undo commit to this makefile as I am not sure yet that the fix is ok
...
Original commit message from CVS:
undo commit to this makefile as I am not sure yet that the fix is ok
2002-11-29 11:28:51 +00:00
Christian Schaller
54cbcd0c18
commit Brian's patch with AC fix from thomas
...
Original commit message from CVS:
commit Brian's patch with AC fix from thomas
2002-11-29 11:10:35 +00:00
Thomas Vander Stichele
3efb103da4
fixes uraeus problem
...
Original commit message from CVS:
fixes uraeus problem
2002-09-13 15:14:45 +00:00
Thomas Vander Stichele
7a5173764a
this hack shouldn't be here
...
Original commit message from CVS:
this hack shouldn't be here
2002-04-29 10:28:33 +00:00
Richard Boulton
735fa40c69
Remove a couple of old commented out lines.
...
Original commit message from CVS:
Remove a couple of old commented out lines.
They had no meaning as far as I can tell, and were causing a warning with
automake 1.6, due to the trailing \ followed by a blank line.
2002-03-09 02:15:04 +00:00
Thomas Vander Stichele
5678e50a9a
more docs fixing
...
Original commit message from CVS:
more docs fixing
2002-03-03 16:53:25 +00:00
Andy Wingo
57dc4b544d
doc and configure updates, and the beginnings of gst-xmllaunch
...
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch
2002-01-14 07:18:43 +00:00
Andy Wingo
f38969ff25
fix doc build for glib2 remove template files from cvs, they are generated with gtkdoc-mktmpl new, cleaner interface ...
...
Original commit message from CVS:
* fix doc build for glib2
* remove template files from cvs, they are generated with gtkdoc-mktmpl
* new, cleaner interface to the parser facilities
* cleanups in gstparse.c
2002-01-14 04:09:56 +00:00
Andy Wingo
13bc576148
the distclean-local fixes were ported over from thomasvs' changes to the old Makfile, and they were failing for some ...
...
Original commit message from CVS:
the distclean-local fixes were ported over from thomasvs' changes to the old Makfile,
and they were failing for some reason now. these changes make them succeed.
2001-12-12 19:35:34 +00:00
Andy Wingo
e4bba88ae9
minor typographical change to autogen added --with-html-dir option to configure more robust docbook checks convert to...
...
Original commit message from CVS:
* minor typographical change to autogen
* added --with-html-dir option to configure
* more robust docbook checks
* convert to standard docbook makefiles, at least for the gst/ directory
* added filesrc.h so that docbook can know about filesrc
* updated -sections.txt because docbook is incredibly stupid and requires that at
least one of the lines between <section> and </section> is not an entity
* first pass at possible getting the docs to build on glib2, untested
2001-12-12 06:08:44 +00:00
David I. Lehn
7c8ff4e8dd
use top_builddir vs relative dir
...
Original commit message from CVS:
use top_builddir vs relative dir
2001-12-12 01:23:53 +00:00
Thomas Vander Stichele
e6bc49711b
trying to make distclean work
...
Original commit message from CVS:
trying to make distclean work
2001-12-10 19:11:27 +00:00
Thomas Vander Stichele
b2d2b6539d
ok, this should work
...
Original commit message from CVS:
ok, this should work
2001-12-10 17:48:25 +00:00
Thomas Vander Stichele
b900c640b2
thanks taaz
...
Original commit message from CVS:
thanks taaz
2001-12-10 16:38:37 +00:00
Thomas Vander Stichele
85961e1fd0
fixed # fault
...
Original commit message from CVS:
fixed # fault
2001-12-10 16:37:48 +00:00
Thomas Vander Stichele
ed3ceeb69a
this is a particularly nasty addition but I'm at the end of my rope here
...
Original commit message from CVS:
this is a particularly nasty addition but I'm at the end of my rope here
2001-12-10 14:36:37 +00:00
Thomas Vander Stichele
78c212e181
added gstreamer-sections.txt
...
Original commit message from CVS:
added gstreamer-sections.txt
2001-12-10 10:24:06 +00:00
Wim Taymans
deef4ecb49
Added some more object to the object hierarchy
...
Original commit message from CVS:
Added some more object to the object hierarchy
2001-10-24 19:55:12 +00:00
Thomas Vander Stichele
7d446c4507
nope, that wasn't it ;)
...
Original commit message from CVS:
nope, that wasn't it ;)
2001-10-15 19:05:47 +00:00
Thomas Vander Stichele
a10cd2e7b6
explicitly added gstreamer-sections.txt to EXTRA_DIST
...
Original commit message from CVS:
explicitly added gstreamer-sections.txt to EXTRA_DIST
2001-10-08 10:45:03 +00:00
David I. Lehn
1a8d5daea2
Syncing Debian packaging info up to current CVS code.
...
Original commit message from CVS:
Syncing Debian packaging info up to current CVS code.
2001-09-07 07:40:59 +00:00
Wim Taymans
8988413037
Removed some stuff from the makefile until it stopped complaining when building debs...
...
Original commit message from CVS:
Removed some stuff from the makefile until it stopped complaining when
building debs...
2001-07-20 21:26:34 +00:00
Richard Boulton
cceabc8733
Remove gstreamer.html from generated files, since it was just a broken copy of one of the other files.
...
Original commit message from CVS:
Remove gstreamer.html from generated files, since it was just a broken copy
of one of the other files.
Sort out cleanfiles to some extent.
Note: the make dependencies in this file are completely broken, but it's not clear how to fix them. The docs will be built at make install / dist time,
as a result.
2001-06-28 16:31:04 +00:00
Richard Boulton
2a39aad141
Remove many unwanted generated files from distributions.
...
Original commit message from CVS:
Remove many unwanted generated files from distributions.
2001-06-25 20:41:05 +00:00
Richard Boulton
77dd4ca2da
gstreamer.types.in: remove colorspace header.
...
Original commit message from CVS:
gstreamer.types.in: remove colorspace header.
Makefile.am: remove comment inside rule (nonportable).
2001-06-25 18:14:37 +00:00
David I. Lehn
474109aec6
Added .o and .lo to clean-local target
...
Original commit message from CVS:
Added .o and .lo to clean-local target
2001-06-06 19:20:53 +00:00
Richard Boulton
90b7ecc2ec
Nasty hack enabling docs/gst/ to build with unpatched versions of gtkdoc-scanobj which don't understand libtool.
...
Original commit message from CVS:
Nasty hack enabling docs/gst/ to build with unpatched versions of
gtkdoc-scanobj which don't understand libtool.
2001-06-04 11:25:19 +00:00
Richard Boulton
d2bbf5a7a6
Add rules to ensure that the libgst.la and libgstelements.la exist when trying to link the scanner with them.
...
Original commit message from CVS:
Add rules to ensure that the libgst.la and libgstelements.la exist when
trying to link the scanner with them.
Fix mkdirs so that they don't fall over if directories already exist.
2001-05-31 18:03:10 +00:00