diff options
author | W. Trevor King <wking@drexel.edu> | 2010-06-22 13:37:49 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-06-22 13:37:49 -0400 |
commit | f72b6c9ed5588a87d5d2c6b28d0ba68a09ac2cea (patch) | |
tree | 3d492361a74a7274642bc46ee7fa1ffc89d20926 /doc/install.txt | |
parent | 401152d6eec5167043dedde60c0a64d0affbd120 (diff) | |
download | bugseverywhere-f72b6c9ed5588a87d5d2c6b28d0ba68a09ac2cea.tar.gz |
Many markup fixes in doc/
Also added subdir option to generate-libbe-txt.make_module_txt(), in
the hopes that subdir='.' would fix the missing reference errors, but
no luck (although it did reduce them). I'm sticking with
subdir='libbe' for now to avoid cluttering doc/ with autogenerated
cruft.
Diffstat (limited to 'doc/install.txt')
-rw-r--r-- | doc/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.txt b/doc/install.txt index b1d153e..3749189 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -14,7 +14,7 @@ need to run:: $ make -to build some auto-generated files (e.g. ``libbe/_version.py``), and:: +to build some auto-generated files (e.g. :mod:`libbe._version`), and:: $ make install |