diff options
author | Lars Thorsen <[email protected]> | 2011-11-18 07:20:00 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2011-11-18 14:28:44 +0100 |
commit | 8284827cab66ee16f4b0ad3f9f2fda9f124e77ee (patch) | |
tree | 10baac40c6d40e109fd6ff7fb9f552c93a33d640 /lib | |
parent | 4424b10d7054025eef3e721f64fb53ad7b357282 (diff) | |
download | otp-8284827cab66ee16f4b0ad3f9f2fda9f124e77ee.tar.gz otp-8284827cab66ee16f4b0ad3f9f2fda9f124e77ee.tar.bz2 otp-8284827cab66ee16f4b0ad3f9f2fda9f124e77ee.zip |
[erl_docgen] Added the info file.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/erl_docgen/Makefile | 1 | ||||
-rw-r--r-- | lib/erl_docgen/info | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/erl_docgen/Makefile b/lib/erl_docgen/Makefile index a59351d53d..68b41a1ff2 100644 --- a/lib/erl_docgen/Makefile +++ b/lib/erl_docgen/Makefile @@ -24,7 +24,6 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # SUB_DIRECTORIES = src priv doc/src -#doc/src include vsn.mk VSN = $(ERL_DOCGEN_VSN) diff --git a/lib/erl_docgen/info b/lib/erl_docgen/info new file mode 100644 index 0000000000..4dc2a02bfb --- /dev/null +++ b/lib/erl_docgen/info @@ -0,0 +1,3 @@ +group: doc Documentation Applications +short: A utility used to produce the OTP documentation. + |