Skip to content

Commit

Permalink
Update makefile so that clean doesn't delete doxygen by default (can …
Browse files Browse the repository at this point in the history
…instead use cleandocs or cleanall); removed dox-sync, as it is hopefully no longer necessary
  • Loading branch information
pac3 committed Jul 24, 2015
1 parent 47c2317 commit 0a9b5aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
14 changes: 0 additions & 14 deletions dox-sync

This file was deleted.

7 changes: 6 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,13 @@ docs: docs/html/index.html

tutorial: tutorial/docs/html/index.html

cleanall: clean cleandocs

clean:
$(RM) -r bin/* build/* docs/html/* lib/* tutorial/docs/html/* *~ *# *.tmp
$(RM) -r bin/* build/* lib/* tutorial/docs/html/* *~ *# *.tmp

cleandocs:
$(RM) -r docs/html/*

# -include build/*.d

Expand Down

0 comments on commit 0a9b5aa

Please sign in to comment.