summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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