# HG changeset patch # User Sean Russell # Date 1310310505 14400 # Sun Jul 10 11:08:25 2011 -0400 # Node ID 1cd1aca5dc9487f6c480bd6ccc619b9753f24649 # Parent fbae0b3b7e918f8a94bde7b857f824cf2a1a1524 Fixed the rml generation diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all -SRCS = html.rb parser.rb renderer.rb +SRCS = output.rb html.rb parser.rb renderer.rb VERSIONSTRING = $(shell hg parent --template '{tags}|{latesttag}|{node|short}|{date|shortdate}\n') all: rml