# http://maruku.rubyforge.org/
MM := /var/lib/gems/1.8/bin/maruku --html
MM := /home/mdaoh/downloads/maruku/bin/maruku
MM := /usr/bin/maruku

# /opt/local/bin/maruku -v -u --inspect --html foo.txt

all: clean ttw.html

clean:
	@rm -rf ttw.html

ttw.html: ttw.txt
	$(MM) ttw.txt > ttw.html

copy:
	scp ttw.html Makefile ttw.txt root@discerning.com:/group/discerning.com/public_html/topics/software/
