diff options
author | Alex Schroeder <alex@gnu.org> | 2017-08-09 08:36:20 +0200 |
---|---|---|
committer | dx <dx@dxzone.com.ar> | 2017-08-26 15:15:04 -0300 |
commit | a89327153865493f5a86cb6a4b005f150a54cb3b (patch) | |
tree | a46a18d1710ba9b2667d433ae46afb38c9dcc85d /doc/user-guide/Makefile | |
parent | d11822ad2ff37193c8a5c6fc34d8c175e2281efc (diff) |
Twitter documentation: move commands to a chapter
The Twitter commands are now documented in their own chapter
accessed by `help twitter` instead of being hidden in `help set
commands`.
Diffstat (limited to 'doc/user-guide/Makefile')
-rw-r--r-- | doc/user-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user-guide/Makefile b/doc/user-guide/Makefile index 01fd9aa2..541d8c46 100644 --- a/doc/user-guide/Makefile +++ b/doc/user-guide/Makefile @@ -34,7 +34,7 @@ help.xml: commands.xml %.db.xml: %.xml docbook.xsl xsltproc --xinclude --output $@ docbook.xsl $< -help.txt: $(_SRCDIR_)help.xml $(_SRCDIR_)commands.xml $(_SRCDIR_)misc.xml $(_SRCDIR_)quickstart.xml +help.txt: $(_SRCDIR_)help.xml $(_SRCDIR_)commands.xml $(_SRCDIR_)misc.xml $(_SRCDIR_)quickstart.xml $(_SRCDIR_)twitter.xml $(PYTHON) $(_SRCDIR_)genhelp.py $< $@ clean: |