From a89327153865493f5a86cb6a4b005f150a54cb3b Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 9 Aug 2017 08:36:20 +0200 Subject: 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`. --- doc/user-guide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user-guide/Makefile') 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: -- cgit v1.2.3