Skip to content

Commit 24fa545

Browse files
committed
add build artifacts
1 parent bd744ef commit 24fa545

File tree

3 files changed

+6739
-0
lines changed

3 files changed

+6739
-0
lines changed

Diff for: Makefile

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
all: html txt
3+
4+
clean:
5+
rm -rf build
6+
7+
prepare:
8+
mkdir -p build
9+
10+
html: prepare activity-replies.xml
11+
xml2rfc activity-replies.xml build/activity-replies.html
12+
13+
txt: prepare activity-replies.xml
14+
xml2rfc activity-replies.xml build/activity-replies.txt
15+

Diff for: README

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This repository does contain a few specifications about publishing
2+
activity streams.
3+

0 commit comments

Comments
 (0)