diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T10·30+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T10·30+0100 |
commit | ac8c2ef1aa30c50b568883d2051335a66437694f (patch) | |
tree | ab6650600153a83a75b13fcd04674dd0c90bd0f8 /Makefile | |
parent | e0234dfddc8343a6bca80ba6e6e93d083ce51a85 (diff) |
Build/install manual
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b7ffc1b037ce..f22a70a81c99 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,9 @@ SUBS = \ perl/local.mk \ scripts/local.mk \ corepkgs/local.mk \ - tests/local.mk \ + misc/emacs/local.mk \ + doc/manual/local.mk \ + tests/local.mk GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr |