index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Florian Pritz <bluewind@xinu.at> | 2016-07-18 15:14:54 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-08-30 20:08:34 +1000 |
commit | 6c15cc4d22e049486a5f773f5d81777b6087510b (patch) | |
tree | 2de201dc581ed1a9b6ea284d3d49f3ecbd0090db /contrib/Makefile.am | |
parent | 6d8e3d2a9171df8cbe479d0a582c468970802aed (diff) |
-rw-r--r-- | contrib/Makefile.am | 6 |
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e34b43e2..897cd856 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,5 +1,11 @@ # enforce that all scripts have a --help and --version option AUTOMAKE_OPTIONS = std-options +SUBDIRS= +if WANT_DOC +SUBDIRS += doc +endif + +DIST_SUBDIRS = $(SUBDIRS) bin_SCRIPTS = \ $(OURSCRIPTS) |