mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
and now the fix to make buildbot work
Original commit message from CVS: and now the fix to make buildbot work
This commit is contained in:
parent
fd9b030b00
commit
ccfe9c902a
5 changed files with 12 additions and 16 deletions
|
@ -27,12 +27,12 @@ include $(srcdir)/../manuals.mak
|
||||||
include $(srcdir)/../upload.mak
|
include $(srcdir)/../upload.mak
|
||||||
|
|
||||||
### this is standard automake stuff
|
### this is standard automake stuff
|
||||||
|
|
||||||
# package up all the source
|
# package up all the source
|
||||||
EXTRA_DIST = $(SRC)
|
EXTRA_DIST = $(SRC)
|
||||||
|
|
||||||
# install documentation
|
# install documentation
|
||||||
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
|
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
|
||||||
doc_DATA = $(PDF_DAT) $(PS_DAT)
|
doc_DATA = $(PDF_DAT) $(PS_DAT)
|
||||||
|
|
||||||
include $(srcdir)/../htmlinstall.mak
|
include $(srcdir)/../htmlinstall.mak
|
||||||
|
|
|
@ -110,10 +110,6 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
|
||||||
@:
|
|
||||||
@:
|
|
||||||
|
|
||||||
@gstxml: the object which received the signal.
|
@gstxml: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
@arg2:
|
@arg2:
|
||||||
|
@ -123,7 +119,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@gstxml: the object which received the signal.
|
@:
|
||||||
@arg1:
|
@:
|
||||||
@arg2:
|
@:
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,9 @@ CSS = base.css
|
||||||
PNG_SRC =
|
PNG_SRC =
|
||||||
FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
|
FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
|
||||||
|
|
||||||
|
# extra sources to copy in build directory
|
||||||
|
EXTRA_SOURCES =
|
||||||
|
|
||||||
### this is the generic bit and you shouln't need to change this
|
### this is the generic bit and you shouln't need to change this
|
||||||
|
|
||||||
# get the generic docbuilding Makefile stuff
|
# get the generic docbuilding Makefile stuff
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
# rewritten by Thomas to be more simple and working
|
|
||||||
|
|
||||||
# SF username
|
|
||||||
USERNAME ?= thomasvs
|
|
||||||
|
|
||||||
### These are all generic; we set all the variables we need
|
### These are all generic; we set all the variables we need
|
||||||
|
|
||||||
# intermediary build path
|
# intermediary build path
|
||||||
|
@ -27,7 +22,6 @@ PNG_BUILT = $(foreach file, $(PNG), $(BUILDIMAGESDIR)/$(file))
|
||||||
EPS_BUILT = $(foreach file, $(EPS), $(BUILDIMAGESDIR)/$(file))
|
EPS_BUILT = $(foreach file, $(EPS), $(BUILDIMAGESDIR)/$(file))
|
||||||
PDF_BUILT = $(foreach file, $(PDF), $(BUILDIMAGESDIR)/$(file))
|
PDF_BUILT = $(foreach file, $(PDF), $(BUILDIMAGESDIR)/$(file))
|
||||||
|
|
||||||
# everything considered source
|
|
||||||
SRC = $(XML) $(PNG_SRC) $(FIG_SRC) $(CSS) $(EXTRA_SOURCES)
|
SRC = $(XML) $(PNG_SRC) $(FIG_SRC) $(CSS) $(EXTRA_SOURCES)
|
||||||
|
|
||||||
# generate A4 docs
|
# generate A4 docs
|
||||||
|
|
|
@ -16,6 +16,9 @@ CSS = base.css
|
||||||
PNG_SRC =
|
PNG_SRC =
|
||||||
FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
|
FIG_SRC = $(notdir $(wildcard $(srcdir)/*.fig))
|
||||||
|
|
||||||
|
# extra sources to copy in build directory
|
||||||
|
EXTRA_SOURCES =
|
||||||
|
|
||||||
### this is the generic bit and you shouln't need to change this
|
### this is the generic bit and you shouln't need to change this
|
||||||
|
|
||||||
# get the generic docbuilding Makefile stuff
|
# get the generic docbuilding Makefile stuff
|
||||||
|
|
Loading…
Reference in a new issue