summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-07-24 17:03:04 +0200
committerReinhard Tartler <siretart@tauware.de>2008-07-24 17:03:04 +0200
commit763f4404752d7f0cc3303f1f5669c052ababadd1 (patch)
tree7f9c395726939d686f0f50ed450218af4f448659
parent85129501aa7b913989b9893196cc0cdadccd75b9 (diff)
generate documentation/ExceptionCodes.xml as dependency of documentation/adminguide.pdf
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 755ebc6e..399307c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,10 +31,13 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
endif
touch build-stamp
+documentation/ExceptionCodes.xml: ExceptionCodes.txt
+ cd documentation && perl generate_except_xml.pl
+
documentation/instguide.pdf:
cd documentation && docbook2pdf instguide.xml
-documentation/adminguide.pdf:
+documentation/adminguide.pdf: documentation/ExceptionCodes.xml
cd documentation && docbook2pdf adminguide.xml
# generated files for removal