From 130ebeb44b2c67b10d21c371d01829b3f2419d0c Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 09 Aug 2003 14:50:22 +0000 Subject: added files from Clement Seveillac , changelog on http://handhelds.org/hypermail/opie/current/7412.html --- (limited to 'docs/usermanual/Makefile') diff --git a/docs/usermanual/Makefile b/docs/usermanual/Makefile new file mode 100644 index 0000000..3242e5a --- a/dev/null +++ b/docs/usermanual/Makefile @@ -0,0 +1,12 @@ +all: html + +DOC := usermanual + +html: + sgmltools -b html -s stylesheet-html.dsl $(DOC).sgm + mv -f $(DOC)/*.html . + rmdir $(DOC) + ln -sf book1.html index.html + +clean: + rm -f *.html -- cgit v0.9.0.2