summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-28 21:54:26 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-28 21:54:26 +0900
commitd09dce974e03c74cc8642d23700767db02343d6a (patch)
tree642705d0fe2accd16430363b22497add9d9665a1 /Makefile
parent5ba69ad83774cbb27a6b0b751aa0cf9fc8912f2f (diff)
downloadsphinx-git-d09dce974e03c74cc8642d23700767db02343d6a.tar.gz
Fix typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f3cb9a08..eea632143 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ clean-backupfiles:
clean-generated:
find . -name '.DS_Store' -exec rm -f {} +
rm -rf Sphinx.egg-info/
- rm -rf dists/
+ rm -rf dist/
rm -rf doc/_build/
rm -f sphinx/pycode/*.pickle
rm -f utils/*3.py*