aboutsummaryrefslogtreecommitdiff
path: root/ca/doc/README
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-05 22:42:12 +0000
committerRob Austein <sra@hactrn.net>2014-04-05 22:42:12 +0000
commitfe0bf509f528dbdc50c7182f81057c6a4e15e4bd (patch)
tree07c9a923d4a0ccdfea11c49cd284f6d5757c5eda /ca/doc/README
parentaa28ef54c271fbe4d52860ff8cf13cab19e2207c (diff)
Source tree reorg, phase 1. Almost everything moved, no file contents changed.
svn path=/branches/tk685/; revision=5757
Diffstat (limited to 'ca/doc/README')
-rw-r--r--ca/doc/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ca/doc/README b/ca/doc/README
new file mode 100644
index 00000000..33902d7e
--- /dev/null
+++ b/ca/doc/README
@@ -0,0 +1,16 @@
+$Id$
+
+Internals documentation for the RPKI CA tools.
+
+Once upon a time this included the hand-written documentation for the
+CA tools, but that is now part of the overall package documentation.
+What's left here is just what Doxygen generates from the source code
+and a few Graphviz diagrams.
+
+At the moment the control for the stuff generated here is still
+../Makefile, that may change at some point.
+
+We no longer generate the documentation here automatically, as it's
+kind of large and we're not sure anybody else cares about it, so if
+you want this manual you'll have to install Doxygen and build it
+yourself.