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:
Thomas Vander Stichele 2004-02-16 15:57:17 +00:00
parent fd9b030b00
commit ccfe9c902a
5 changed files with 12 additions and 16 deletions

View file

@ -27,12 +27,12 @@ include $(srcdir)/../manuals.mak
include $(srcdir)/../upload.mak
### this is standard automake stuff
# package up all the source
EXTRA_DIST = $(SRC)
# install documentation
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
doc_DATA = $(PDF_DAT) $(PS_DAT)
include $(srcdir)/../htmlinstall.mak

View file

@ -110,10 +110,6 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
</para>
@:
@:
@:
@gstxml: the object which received the signal.
@arg1:
@arg2:
@ -123,7 +119,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
</para>
@gstxml: the object which received the signal.
@arg1:
@arg2:
@:
@:
@:

View file

@ -16,6 +16,9 @@ CSS = base.css
PNG_SRC =
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
# get the generic docbuilding Makefile stuff

View file

@ -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
# intermediary build path
@ -27,7 +22,6 @@ PNG_BUILT = $(foreach file, $(PNG), $(BUILDIMAGESDIR)/$(file))
EPS_BUILT = $(foreach file, $(EPS), $(BUILDIMAGESDIR)/$(file))
PDF_BUILT = $(foreach file, $(PDF), $(BUILDIMAGESDIR)/$(file))
# everything considered source
SRC = $(XML) $(PNG_SRC) $(FIG_SRC) $(CSS) $(EXTRA_SOURCES)
# generate A4 docs

View file

@ -16,6 +16,9 @@ CSS = base.css
PNG_SRC =
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
# get the generic docbuilding Makefile stuff