Bug#821096: Your mail
Lev Lamberov <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <20160416072110.GA24902__22190.8026178882$1460791461$gmane$org@riseup.net> |
On Fri, 15 Apr 2016 22:44:02 +0900 victory <[email protected]> wrote: > # I do completely not understand what is not so easy :p > > the if clauses prevent re-generation of the files, > so you can just remove the lines to always generate the file > regardless of their existence > > first some lines of "make_data" subroutine > if (-f $data){ > print "$data already exists!\n"; > return; > } > > first some lines of "make_wml" subroutine > if (-f $wml){ > print "$wml already exists!\n"; > return; > } > > additionally, if you really need the dsa's revision in the file name, > you can modify these lines to make what you want > $wml = "$curyear/dsa-$dsa_number.wml"; > $data = "$curyear/dsa-$dsa_number.data"; > > the line next to this will tell you what can be used > $pagetitle = "DSA-$dsa_number-$dsa_revision $package"; > > > -- > victory > no need to CC me :-) > >