Randy McMurchy wrote:
> Hi all,
> 
> Okay, so I'm a bit overzealous creating documentation. However, does
> this borderline obsession? It is a snippet from my installation
> script for the VCDImager package.
> 
> ============================================================================
> cd docs
> for DOCFILE in vcd-info vcdimager vcdxrip
> do
>     texi2pdf $DOCFILE.texi >>../make_docs.log 2>&1
>     texi2dvi $DOCFILE.texi >>../make_docs.log 2>&1
>     dvips -o $DOCFILE.ps $DOCFILE.dvi >>../make_docs.log 2>&1
>     texi2html $DOCFILE.texi >>../make_docs.log 2>&1
>     makeinfo --plaintext -o $DOCFILE.txt $DOCFILE.texi >>../make_docs.log 2>&1
> done
> cd doxygen
> doxygen Doxyfile >>../../make_docs.log 2>&1
> cd ../..
> make -C docs/doxygen/latex ps >>make_docs.log 2>&1
> make -C docs/doxygen/latex pdf >>make_docs.log 2>&1
> ==============================================================================
> 
> Then, there's the installation of the docs.
> 


OK.  Time to go on the wagon.  :)
  -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to