summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-07-24 15:56:23 +0200
committerReinhard Tartler <siretart@tauware.de>2008-07-24 15:56:23 +0200
commit37e3f5af414d836a52203db282fff0b1f59b9410 (patch)
treeaca44170c6befe3a248a16031f09d1776659e1ad
parent0a8bacbd28bb16083fa249aa167420a59e197530 (diff)
fix location of ExceptionCodes.txt
-rw-r--r--documentation/generate_except_xml.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/generate_except_xml.pl b/documentation/generate_except_xml.pl
index af45a34f..9520fecc 100644
--- a/documentation/generate_except_xml.pl
+++ b/documentation/generate_except_xml.pl
@@ -40,7 +40,7 @@
#
use strict;
-open (EXCEPT, "<../../ExceptionCodes.txt") or die "Can't open ../../ExceptionCodes.txt: $!\n";
+open (EXCEPT, "<../ExceptionCodes.txt") or die "Can't open ../ExceptionCodes.txt: $!\n";
open (DOCBOOK, ">ExceptionCodes.xml") or die "Can't open Exceptioncodes.xml for writing: $!\n";
print DOCBOOK <<EOD;
@@ -110,4 +110,4 @@ print DOCBOOK "</appendix>\n";
close EXCEPT;
close DOCBOOK;
- \ No newline at end of file
+