Skip to content

Commit

Permalink
doc/Makefile - Clean up generated gallery files.
Browse files Browse the repository at this point in the history
Remove generated rst files on ‘make clean’.   The top level makefile
(/Makefile) already calls this makefile on make clean.
  • Loading branch information
merriam committed Feb 12, 2015
1 parent 65ef4a6 commit 9741529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ help:

clean:
-rm -rf sources/api-*.rst
-rm -rf sources/examples/gen__*.rst
-rm -rf sources/examples/gallery.rst
-rm -rf sources/examples/index.rst
# windows just doesn't support e.g. build\*
ifdef ComSpec
-rmdir /s /q build
Expand Down

0 comments on commit 9741529

Please sign in to comment.