commit 169fdcd8fe56808a5e7bf58a904703675ae3820f parent 9303881d2202695a4dff8cfc919aaf47552f6f62 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 28 Mar 2015 12:34:42 +0100 document repo structure Diffstat:
| M | README | | | 12 | +++++++++--- |
| M | doc/Makefile.am | | | 2 | ++ |
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/README b/README @@ -48,8 +48,14 @@ src/util/ src/pq/ -- Postgres-specific utility functions +src/mintdb/ + -- Mint database backend (with DB-specific plugins) + src/mint/ - -- taler mint server and helper binaries + -- taler mint server + +src/mint-tools/ + -- taler mint helper programs -src/lib/ - -- libtalermint: C API to issue HTTP requests to mint, including testcases +src/mint-lib/ + -- libtalermint: C API to issue HTTP requests to mint diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -1,2 +1,4 @@ # This Makefile.am is in the public domain +EXTRA_DIST = \ + coding-style.txt