From 75645602dd70f079ccf550bb5e90dffc21693429 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 23 Oct 2010 23:53:06 +0100 Subject: Update to run in a function, lots of doc additions - Updated readable to run from one function, so returns work nicely now, and things are generally cleaner. - Added a readme - Added a doap rdf file - Added webpage generation to the makefile --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ac0a4a0 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +index.html: doap.ttl README + @echo making webpage + @cat < webheader.html > $@ + @smu < README >> $@ + @echo '

Download Readable
' >> $@ + @echo 'GPG signature

' >> $@ + @echo '
' >> $@ + @sh summary.sh doap.ttl | smu >> $@ + @echo '' >> $@ + +.SUFFIXES: ttl html -- cgit v1.2.3