diff options
author | Ludovic Courtès | 2008-02-03 21:39:56 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-02-03 21:39:56 +0100 |
commit | cbbace864245be0ed918aee85c49d38ea66d4015 (patch) | |
tree | 8176dc0c8625f9f3aad9cd6fe705e8493165ab95 /doc | |
parent | 71529195046227ccbecfd84d9492cc3a1f91f310 (diff) | |
download | skribilo-cbbace864245be0ed918aee85c49d38ea66d4015.tar.gz skribilo-cbbace864245be0ed918aee85c49d38ea66d4015.tar.lz skribilo-cbbace864245be0ed918aee85c49d38ea66d4015.zip |
doc: Insignificant cleanups.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/user.skb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb index 3b14c77..48d3933 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -173,6 +173,9 @@ as HTML, PostScript, Info pages, etc.]))))) ;;; Pie charts (if %have-ploticus? (include "pie.skb")) +;;; Packages +(include "package.skb") + ;;; Standard Library (include "lib.skb") @@ -185,9 +188,6 @@ as HTML, PostScript, Info pages, etc.]))))) ;;; Slides (include "slide.skb") -;;; Packages -(include "package.skb") - ;;; skribilo-config (include "skribilo-config.skb") |