[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pkg-perl: subversion.pod



Hi,

I modified the script that checks out the CVS to the webspace to also
create .html for all .pod files. You can find the script on alioth here:
/var/lib/gforge/chroot/home/groups/pkg-perl/update-website

the actual snippet is as follows:
cd /org/alioth.debian.org/chroot/home/groups/pkg-perl/htdocs
for file in *.pod
do
  pod2html --infile "$file" --outfile "$(basename "$file" .pod).html"
--title "$(basename "$file" .pod)"
done


nomeata

-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: joachimbreitner@amessage.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Reply to: