mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
fix error on make clean with no translations
This commit is contained in:
parent
33e6cd6191
commit
dfec35fe47
@ -64,7 +64,7 @@ help:
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)/*
|
||||
find locale/ -name *.mo -exec rm {} \;
|
||||
test -d 'locale' && find locale/ -name *.mo -exec rm {} \;
|
||||
|
||||
html: translations
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
|
Loading…
Reference in New Issue
Block a user