diff options
author | Rickard Green <[email protected]> | 2014-04-10 03:29:17 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-04-10 04:14:24 +0200 |
commit | c09e7246f2cf1b50c6a7e0752388d1c4937f585c (patch) | |
tree | 2fc65e8e6281797dd0a31e1d8a3377b556c3a1dd /lib/typer/Makefile | |
parent | 07b8f441ca711f9812fad9e9115bab3c3aa92f79 (diff) | |
download | otp-c09e7246f2cf1b50c6a7e0752388d1c4937f585c.tar.gz otp-c09e7246f2cf1b50c6a7e0752388d1c4937f585c.tar.bz2 otp-c09e7246f2cf1b50c6a7e0752388d1c4937f585c.zip |
Add initial documentation framework for TypEr.
Diffstat (limited to 'lib/typer/Makefile')
-rw-r--r-- | lib/typer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/typer/Makefile b/lib/typer/Makefile index 40a82e9bba..d4396abc9d 100644 --- a/lib/typer/Makefile +++ b/lib/typer/Makefile @@ -29,7 +29,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # Macros # -SUB_DIRECTORIES = src +SUB_DIRECTORIES = src doc/src include vsn.mk VSN = $(TYPER_VSN) |