mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
7694a06b5d
Original commit message from CVS: Manual now gets installed correctly by make install. Problems: clean / uninstall don't work. make dist not tested. pdf manual doesn't have images.
21 lines
588 B
Text
21 lines
588 B
Text
For now use:
|
|
|
|
db2html gstreamer-manual
|
|
|
|
(On debian, db2html is in the cygnus-stylesheets package)
|
|
|
|
You will need the png support for docbook (see GNOME documentation project)
|
|
|
|
convert the fig images to png with:
|
|
|
|
fig2dev -L png -s 16 fig/<input file>.fig images/<input file>.png
|
|
|
|
Put a link in the gstreamer-manual directory with
|
|
|
|
ln -s ../images gstreamer-manual/images
|
|
|
|
point your browser to gstreamer-manual/gstreamer.html
|
|
|
|
Fix typing errors and correct bad english.
|
|
Let me know about the stuff that needs some more explanation.
|
|
Let me know about the structure of the document.
|