Remove files copied in the rule for apiref.rst target

This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-25 23:18:21 +09:00
parent c098b4ac70
commit 31d4077638
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ apiref.rst: \
$(APIDOCS): apiref.rst
clean-local:
[ $(srcdir) = $(builddir) ] || for i in $(RST_FILES); do [ -e $(builddir)/$$i ] && rm $(builddir)/$$i; done
-rm -f apiref.rst
-rm -f $(APIDOCS)
-rm -rf $(BUILDDIR)/*