Subversion Repositories oidplus

Rev

Rev 1338 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
912 daniel-mar 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
1457 daniel-mar 8
nroff -Tascii -ms "$DIR"/../draft-viathinksoft-oidip-07.nroff | "$DIR"/fix_formfeed.pl > "$DIR"/../draft-viathinksoft-oidip-07.txt
918 daniel-mar 9
 
1457 daniel-mar 10
todos "$DIR"/../draft-viathinksoft-oidip-07.txt