diff options
author | Ludovic Courtès | 2011-01-07 18:22:28 +0100 |
---|---|---|
committer | Ludovic Courtès | 2011-01-07 18:22:28 +0100 |
commit | 374fd5cb08ab19792accb1ecc7ac1978ffde7b32 (patch) | |
tree | 0c830eff91c44f8b3ce823a89d7dc40911561db0 | |
parent | fb8d006c8480587e216c34777c132c766344970f (diff) | |
download | skribilo-374fd5cb08ab19792accb1ecc7ac1978ffde7b32.tar.gz skribilo-374fd5cb08ab19792accb1ecc7ac1978ffde7b32.tar.lz skribilo-374fd5cb08ab19792accb1ecc7ac1978ffde7b32.zip |
Build `doc/modules' before `doc/user'.
* doc/Makefile.am (SUBDIRS): Build `modules' first.
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a61c128..fc150df 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = user modules man +SUBDIRS = modules user man EXTRA_DIST = \ dir/dir.skb \ |