summaryrefslogtreecommitdiff
path: root/docs/usermanual/Makefile
authorharlekin <harlekin>2003-08-09 14:50:22 (UTC)
committer harlekin <harlekin>2003-08-09 14:50:22 (UTC)
commit130ebeb44b2c67b10d21c371d01829b3f2419d0c (patch) (side-by-side diff)
tree032bf3a2ac672f8f34fe84fb00287b004a392760 /docs/usermanual/Makefile
parentc893a4f0a279a0a4e35d6376a21929245290605f (diff)
downloadopie-130ebeb44b2c67b10d21c371d01829b3f2419d0c.zip
opie-130ebeb44b2c67b10d21c371d01829b3f2419d0c.tar.gz
opie-130ebeb44b2c67b10d21c371d01829b3f2419d0c.tar.bz2
added files from Clement Seveillac <clement@nist.gov>, changelog on http://handhelds.org/hypermail/opie/current/7412.html
Diffstat (limited to 'docs/usermanual/Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/Makefile12
1 files changed, 12 insertions, 0 deletions
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