Changeset 2474 for box/trunk/docs/tools


Ignore:
Timestamp:
28/03/2009 12:25:05 (3 years ago)
Author:
chris
Message:

Reorganise docs in trunk to match distribution layout, which is cleaner,
and makes Makefile work on distributions and trunk equally.

Location:
box/trunk/docs/tools
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • box/trunk/docs/tools/generate_except_xml.pl

    r2151 r2474  
    22use strict; 
    33 
    4 open (EXCEPT, "<../ExceptionCodes.txt") or die "Can't open ../ExceptionCodes.txt: $!\n"; 
    5 open (DOCBOOK, ">ExceptionCodes.xml") or die "Can't open Exceptioncodes.xml for writing: $!\n"; 
     4open (EXCEPT,  "< $ARGV[0]") or die "Can't open $ARGV[0]: $!\n"; 
     5open (DOCBOOK, "> $ARGV[1]") or die "Can't open $ARGV[1] for writing: $!\n"; 
    66 
    77print DOCBOOK <<EOD; 
Note: See TracChangeset for help on using the changeset viewer.