Skip to content

Commit

Permalink
First cut at auto-generating appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Jan 6, 2015
1 parent 8a74c88 commit 1a70878
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 262 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ diff-commit: $(draft).txt $(draft)-$(COMMIT).txt
$(next).md: $(draft).md
sed -e"s/$(basename $<)-latest/$(basename $@)/" $< > $@

%.xml: %.md
%.md2: %.md
- rm $@
python mk-appendix.py < $< > $@

%.xml: %.md2
$(kramdown-rfc2629) $< > $@

%.txt: %.xml
Expand Down
Loading

0 comments on commit 1a70878

Please sign in to comment.