Skip to content

Commit

Permalink
Fix rm: cannot remove ‘*.rst’: No such file or directory when "make c…
Browse files Browse the repository at this point in the history
…lean"

When you don't generated documentation via make html
  • Loading branch information
alagoutte committed Jul 21, 2015
1 parent 921e393 commit 26b7bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $(APIDOC): apidoc.stamp
fi

clean-local:
-rm $(APIDOCS) > /dev/null 2>&1
-rm -f $(APIDOCS)
-rm -rf $(BUILDDIR)/*

html-local: apiref.rst
Expand Down

0 comments on commit 26b7bee

Please sign in to comment.