Changeset 1120 in ProjectBuilder for pbconf/devel/website/pbinit


Ignore:
Timestamp:
Dec 4, 2010, 2:46:48 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • remove the test on the '>' char in pb_stsem as there are too many false positive. Use "noredir" in pbinit of website instead.
  • Adds support for -t option to prepare a builbot or similar interface.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/website/pbinit

    r1118 r1120  
    9898    # generate ps pages
    9999    #system("groff -Tps -mandoc $f.$ext > ../docs/$f.$ext.ps");
    100     pb_system("groff -Tps -mandoc $f.$ext > ../docs/$f.$ext.ps","Generating Postscript pages");
     100    # Use noredir here because is doesn't redirect to the right place without
     101    pb_system("groff -Tps -mandoc $f.$ext > ../docs/$f.$ext.ps","Generating Postscript pages","noredir");
    101102    # generate pdf pages
    102103    pb_system("ps2pdf ../docs/$f.$ext.ps","Generating PDF pages");
Note: See TracChangeset for help on using the changeset viewer.