aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-23 17:34:24 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-23 17:34:24 +0200
commit36014c5ca90936eb3a8f6e6ac39b09091b75a434 (patch)
tree89f621601d4aeeebeaa43aae9be7f5fb960f3f63 /Makefile
parentread and write vtfile (diff)
downloadmds-36014c5ca90936eb3a8f6e6ac39b09091b75a434.tar.gz
mds-36014c5ca90936eb3a8f6e6ac39b09091b75a434.tar.bz2
mds-36014c5ca90936eb3a8f6e6ac39b09091b75a434.tar.xz
beginning of texinfo manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67fe54e..94e4ee0 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,10 @@ OBJ_mds-registry = $(foreach O,$(OBJ_mds-registry_),obj/mds-registry/$(O).o)
# Build rules.
.PHONY: all
-all: servers libraries
+all: doc servers libraries
include mk/build.mk
+include mk/build-doc.mk
# Set permissions on built files.