diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |