diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-06-11 13:34:34 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-06-12 14:17:04 +0200 |
commit | 1be4e490fc1259940d1af1c699e9f899c6fa4048 (patch) | |
tree | b060b48334881309cb5d35e8b795ca0b7fa67149 /Makefile.am | |
parent | Updated INSTALL file generated by newer autotools (diff) | |
download | knot-1be4e490fc1259940d1af1c699e9f899c6fa4048.tar.xz knot-1be4e490fc1259940d1af1c699e9f899c6fa4048.zip |
Conditionally build doc/ dir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b0bf1071a..a3ae40561 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src samples @DOC@ +SUBDIRS = src samples doc |