diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-23 17:34:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-23 17:34:24 +0200 |
commit | 36014c5ca90936eb3a8f6e6ac39b09091b75a434 (patch) | |
tree | 89f621601d4aeeebeaa43aae9be7f5fb960f3f63 /Makefile | |
parent | read and write vtfile (diff) | |
download | mds-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 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |