libdvdcss documentation
I'm trying to build libdvdcss, but for some reason the html
documentation is not installed and the latex documentation is not
built.
This is what I do:
CFLAGS="-O2 -march=i486 -mcpu=i686" \
./configure \
--build=i486-slackware-linux \
--prefix=/usr \
--disable-static
make
make install DESTDIR=/usr
What should be added so all docs are built and installed?
|