index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-12-21 23:47:18 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-28 20:06:58 -0600 |
commit | 26c05b1c8c6fe639cd4eea5decac694c86cc7c00 (patch) | |
tree | 072c3b517bad8d76dc9f7a94e03260fa6d956a0a /Makefile.am | |
parent | fdab7207e2bc96ca0f22397a0073f5d1a9c2a2c7 (diff) |
-rw-r--r-- | Makefile.am | 5 |
diff --git a/Makefile.am b/Makefile.am index e07321b3..307a7d68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,7 @@ -SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc po pactest contrib +SUBDIRS = lib/libalpm src/util src/pacman scripts etc po pactest contrib +if WANT_DOC +SUBDIRS += doc +endif # Some files automatically included, so they aren't specified below: # AUTHORS, COPYING, NEWS, README |