[MPlayer-users] Building the mplayer html docs

andrew andrew.david.45 at gmail.com
Wed Jul 23 07:05:12 CEST 2008


Hi,

I was prompted recently to rewrite the part of my installation script
for the svn mplayer that deals with generating the mplayer html docs.
Mostly because recent makefile changes broke the script :-).

Can I ask how most people go about building the docs? My own method is
as follows:

+----------------------------
cd mplayer

./configure \
  --prefix=/usr \
  --mandir=/usr/man \
  --confdir=/etc/mplayer \
  --codecsdir=/usr/lib/codecs

cd DOCS/xml

   ./configure
    make html-single-en 

cd ../../

make   
make install DESTDIR=$PKG
+-------------------------

etc etc for an unusually anally-retentive slackbuild script. So my
question is:

1. How do other people do this?
2. Will this ever be built into the mplayer configure options as
   something like:

  ./configure --with-htmldocs

Thanks for your trouble,

   Andrew

-- 
http://www.andrews-corner.org



More information about the MPlayer-users mailing list