Subversion Repositories oidplus

Rev

Rev 1457 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #!/bin/bash
  2.  
  3. # NOTE: Please prefer creating the file using NroffEdit, since it generates the Table of Contents
  4.  
  5. DIR=$( dirname "$0" )
  6.  
  7. # "-ms" requires package "groff" to be installed
  8. nroff -Tascii -ms "$DIR"/../draft-viathinksoft-oidip-http-wip.nroff | "$DIR"/fix_formfeed.pl > "$DIR"/../draft-viathinksoft-oidip-http-wip.txt
  9.  
  10. todos "$DIR"/../draft-viathinksoft-oidip-http-wip.txt
  11.