Skip to content

Commit

Permalink
Merge pull request #328 from ndw/mail-diff
Browse files Browse the repository at this point in the history
Enable diffs for the mail spec
  • Loading branch information
ndw committed Jan 3, 2020
2 parents f3f9798 + 828122b commit 610afc6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,8 @@ task step_mail(type: DocBookTask,
param("travis-tag", getenv("TRAVIS_TAG"))

option("style", file("tools/xsl/xproc-specs.xsl"))
// FIXME: enable diffs after the first draft is published
option("diff", "")
option("specid", "")
option("diff", deltaxml())
option("specid", "mail")
option("diffloc", buildAbsDir + "/mail/diff.html")

pipeline "tools/xpl/formatspec.xpl"
Expand Down

0 comments on commit 610afc6

Please sign in to comment.