[Po4a-devel][CVS] po4a html-build-upload.sh,NONE,1.1

Martin Quinson po4a-devel@lists.alioth.debian.org
Thu, 29 Jul 2004 01:25:49 +0000


Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv32446

Added Files:
	html-build-upload.sh 
Log Message:
A little script to regenerate the documentation on http://po4a.alioth.debian.org

--- NEW FILE: html-build-upload.sh ---
#! /bin/sh
# Rebuild the documentation and upload this to the web server.
#
# it does use the Marek's implementation of the pod2html converter.
# You can find it from the CPAN, and I have a debian package of it on my
# my web page.
#
# Mt.

set -e
set -x

rm -rf html/
mkdir html/
mpod2html -dir=html doc/po4a.7.pod po4a po4a-gettextize po4a-translate po4a-updatepo po4a-normalize lib
(cd html ; ln -s podtoc.html index.html)
scp -r html/* po4a.alioth.debian.org:/var/lib/gforge/chroot/home/groups/po4a/htdocs/