diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-07-25 12:26:16 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-07-25 12:26:16 +0200 |
commit | 2ed9828f26e420543eefced8b8138c474694cd91 (patch) | |
tree | 02fd7efab1d529e6b42b3213f4ff43d78a93f85a /system/doc/top/Makefile | |
parent | 485bc1fbddda0413df6d8b4ad195f1307de863cd (diff) | |
parent | cdb452bf9ac48e3b5602ced5222391964fa13fd9 (diff) | |
download | otp-2ed9828f26e420543eefced8b8138c474694cd91.tar.gz otp-2ed9828f26e420543eefced8b8138c474694cd91.tar.bz2 otp-2ed9828f26e420543eefced8b8138c474694cd91.zip |
Merge branch 'vladdu/use-top-level-readme/ERL-180/PR-1120/OTP-13767' into maint
* vladdu/use-top-level-readme/ERL-180/PR-1120/OTP-13767:
use top-level README in packaged release
Diffstat (limited to 'system/doc/top/Makefile')
-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=. |