diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-09 11:23:41 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | 7154a871fc522fb2c3c477893b11882e99b99e2d (patch) | |
| tree | 84af2045c8108c4a232c45bf6ab6171971443157 /Makefile | |
| parent | 58d44e3dc85365df7acb01e981f0bc079e41efe2 (diff) | |
| download | rabbitmq-server-git-7154a871fc522fb2c3c477893b11882e99b99e2d.tar.gz | |
Don't append `.txt` to `rabbitmq.config.example` on Windows
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -359,6 +359,7 @@ install-windows-docs: install-windows-dirs install-windows-erlapp $(UNIX_TO_DOS) "$$file"; \ case "$$file" in \ *.txt) ;; \ + *.example) ;; \ *) mv "$$file" "$$file.txt" ;; \ esac; \ done |
