diff options
author | Vlad Dumitrescu <[email protected]> | 2016-07-04 15:19:12 +0200 |
---|---|---|
committer | Vlad Dumitrescu <[email protected]> | 2016-07-04 15:21:42 +0200 |
commit | cdb452bf9ac48e3b5602ced5222391964fa13fd9 (patch) | |
tree | 48c545236b8431fab1f6f6c6699c0f25dd8923e9 /system/doc/top | |
parent | 7ec57c5e01c5a826467a324610c668ae4a5128ae (diff) | |
download | otp-cdb452bf9ac48e3b5602ced5222391964fa13fd9.tar.gz otp-cdb452bf9ac48e3b5602ced5222391964fa13fd9.tar.bz2 otp-cdb452bf9ac48e3b5602ced5222391964fa13fd9.zip |
use top-level README in packaged release
Previously, system/README was not being updated and had become
confusing.
Diffstat (limited to 'system/doc/top')
-rw-r--r-- | system/doc/top/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/top/Makefile b/system/doc/top/Makefile index 7f9cec540b..116ec688fa 100644 --- a/system/doc/top/Makefile +++ b/system/doc/top/Makefile @@ -35,7 +35,7 @@ RELSYSDIR = "$(RELEASE_PATH)/doc" GIF_FILES = -INFO_FILES = ../../README ../../COPYRIGHT PR.template +INFO_FILES = ../../../README.md ../../COPYRIGHT PR.template TOPDOCDIR=. |