PATH = /usr/bin:/bin
# Directories with semantic meaning
-DOC_DIR := doc
+DOC_DIR := doc/src
# Variables that will be extended by module include files
GENERATED_FILES := libbe/_version.py build
can can use "be comment $BUG_ID". To close a bug, use "be close
$BUG_ID" or "be status $BUG_ID fixed". For more commands, see "be
help". You can also look at the usage examples in test_usage.sh.
+
+Documentation
+=============
+
+If "be help" isn't scratching your itch, there's also
+ * doc/tutorial (a gentle introduction to BE)
+ * doc/README.dev (a guide to hacking BE)
# Makefile module for documentation
-MODULE_DIR := doc
+MODULE_DIR := doc/src
MANPAGES = be.1
manpage_files = $(patsubst %,${MODULE_DIR}/%,${MANPAGES})
'libbe.util'],
scripts=['be'],
data_files=[
- ('share/man/man1', ['doc/be.1']),
+ ('share/man/man1', ['doc/src/be.1']),
]
)