diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2014-01-15 17:42:35 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2014-01-15 17:42:35 -0500 |
commit | 6c51f1566e6f2505697b7747924fd438ebc437eb (patch) | |
tree | e5c346ccfc6956ecffedb9ed7c3aeed4d8852c88 | |
parent | cc375fe739958b31a749f3d37e67e5d7e1a33aec (diff) | |
download | librambutan-6c51f1566e6f2505697b7747924fd438ebc437eb.tar.gz librambutan-6c51f1566e6f2505697b7747924fd438ebc437eb.zip |
README-maintainers.txt: add instructions to commit doxygen XML
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | README-maintainers.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README-maintainers.txt b/README-maintainers.txt index 90ebfb5..48e8e5c 100644 --- a/README-maintainers.txt +++ b/README-maintainers.txt @@ -132,6 +132,12 @@ to measure the joy that awaits you. - Run "$ make mrproper" from the libmaple directory, and "$ make clean" from this directory, in order to wipe out existing old docs. +- Run "$ make doxygen" from the libmaple directory, and copy its + doxygen/xml directory to doxygen/xml in this directory, and commit + it in the vA.B.C-maintenance branch. + + (This makes later maintenance commits easier, and keeps a single + - Finally, you can actually build the docs. (See README-building.txt for instructions if you've never done this before.) |