public
Description: (Unofficial) RELAX NG schema to specify the construction and meaning of OPML 1.0 and 2.0 documents.
Homepage:
Clone URL: git://github.com/tommorris/opml-schema.git
opml-schema / Rakefile
100644 7 lines (5 sloc) 0.152 kb
1
2
3
4
5
6
7
require 'spec/rake/spectask'
 
task :default => [:build]
 
desc "Builds OPML specification file" do
  sh "xsltproc specgen.xsl schema.rng > spec.html"
end