Skip to content

Commit

Permalink
cleanup unecessary files in documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Jul 18, 2011
1 parent 95a045a commit 3b5600e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/manual/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ task doc << {
ant.exec(executable: 'make', dir: sphinxDir, failonerror: true) {
arg(line: 'html')
}

// cleanup what we don't need/want
ant.delete(dir: new File(htmlDocDir, '_sources'))

ant.delete(file: new File(htmlDocDir, 'searchindex.js'))
}

/**
Expand Down

0 comments on commit 3b5600e

Please sign in to comment.