index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-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 |