Skip to content

Commit 653cda3

Browse files
committed
Update http-rdf-update manifests the same as with protocol.
1 parent a4c095c commit 653cda3

File tree

7 files changed

+4129
-1175
lines changed

7 files changed

+4129
-1175
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Builds manifests
2+
task default: [:jsonld, :ttl, :html]
3+
4+
task jsonld: "gen_manifest.rb" do
5+
%x(ruby gen_manifest.rb -o manifest.jsonld)
6+
end
7+
8+
task ttl: "gen_manifest.rb" do
9+
%x(ruby gen_manifest.rb --format ttl -o manifest.ttl)
10+
end
11+
12+
task html: "gen_manifest.rb" do
13+
%x(ruby gen_manifest.rb --format html -o index.html)
14+
end

0 commit comments

Comments
 (0)