summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-09 11:23:41 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit7154a871fc522fb2c3c477893b11882e99b99e2d (patch)
tree84af2045c8108c4a232c45bf6ab6171971443157 /Makefile
parent58d44e3dc85365df7acb01e981f0bc079e41efe2 (diff)
downloadrabbitmq-server-git-7154a871fc522fb2c3c477893b11882e99b99e2d.tar.gz
Don't append `.txt` to `rabbitmq.config.example` on Windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f9b1101e8c..e84e060971 100644
--- a/Makefile
+++ b/Makefile
@@ -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