summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoakim Sindholt <opensource@zhasha.com>2009-10-17 20:25:44 +0200
committerJoakim Sindholt <opensource@zhasha.com>2009-10-17 20:25:44 +0200
commit0cb44427762ac5178d4b925efab8761f90b04700 (patch)
treeca34d3ed90fed4c425dee585ccccd76ea3d45077
parent1d3082ebe15bff93cafd77fb1ef7f573d725bc0b (diff)
doc2xml: update readme with new pdftotext lineHEADmaster
-rw-r--r--doc2xml/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc2xml/README b/doc2xml/README
index a87545c..1224611 100644
--- a/doc2xml/README
+++ b/doc2xml/README
@@ -1,7 +1,7 @@
radeonreg.py is a python script that uses R3xx_3D_Registers.txt and
R5xx_Acceleration_v1.?.txt, created using:
pdftotext -layout -nopgbrk -f 5 R3xx_3D_Registers.pdf
-pdftotext -layout -nopgbrk -f 138 R5xx_Acceleration_v1.3.pdf
+pdftotext -layout -nopgbrk -f 145 R5xx_Acceleration_v1.4.pdf
It parses these files as best it can and generates a resulting XML document
that should, but does not comply with the rules-ng specification.