mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
changed doc build again to use docbook2 tools.
Original commit message from CVS: changed doc build again to use docbook2 tools. *please* stop quickfixing the docs build, I'm tired of tracking and properly fixing the build at the whim of each developer :)
This commit is contained in:
parent
22c2ec2fbf
commit
df92858f65
3 changed files with 9 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 2c2bce01ed5ed1d1684bd76a334477398009ef4a
|
||||
Subproject commit b5288e8215c6eacf0782880f6c5b6dea8f445a34
|
|
@ -95,7 +95,7 @@ html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC)
|
|||
@echo "*** Generating HTML output ***"
|
||||
@-mkdir -p html
|
||||
@cp -f $(srcdir)/../image-png $(BUILDDIR)/image.entities
|
||||
@cd $(BUILDDIR) && xmlto html -o ../html $(MAIN)
|
||||
@cd $(BUILDDIR) && docbook2html -o ../html $(MAIN)
|
||||
@test "x$(CSS)" != "x" && \
|
||||
echo "Copying .css files: $(CSS)" && \
|
||||
cp $(srcdir)/$(CSS) html
|
||||
|
|
|
@ -31,8 +31,10 @@ Prereq: /sbin/ldconfig
|
|||
### documentation requirements
|
||||
BuildRequires: openjade
|
||||
BuildRequires: python2
|
||||
BuildRequires: docbook-style-dsssl docbook-dtd31-sgml
|
||||
BuildRequires: transfig xfig
|
||||
BuildRequires: docbook-style-dsssl
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: transfig
|
||||
BuildRequires: xfig
|
||||
|
||||
%description
|
||||
GStreamer is a streaming-media framework, based on graphs of filters which
|
||||
|
@ -208,6 +210,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 01 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
- changed documentation buildrequires
|
||||
|
||||
* Sun Nov 09 2003 Christian Schaller <Uraeus@gnome.org>
|
||||
- Fix spec to handle new bytestream library
|
||||
|
||||
|
|
Loading…
Reference in a new issue