From d6023a7adee17628e0ec4bad02e10199c1165bdb Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 27 Mar 2002 11:21:50 +0000 Subject: Initial version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@34 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 9 +++++++++ www/docs/index.t | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 www/docs/Makefile create mode 100644 www/docs/index.t (limited to 'www/docs') diff --git a/www/docs/Makefile b/www/docs/Makefile new file mode 100644 index 0000000000..5ec9d50aa5 --- /dev/null +++ b/www/docs/Makefile @@ -0,0 +1,9 @@ +ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ + +SRC := $(wildcard *.t) +OBJS := $(SRC:%.t=%.html) + +all: $(OBJS) + +%.html : %.t + $(ACTION) $< diff --git a/www/docs/index.t b/www/docs/index.t new file mode 100644 index 0000000000..21ad679121 --- /dev/null +++ b/www/docs/index.t @@ -0,0 +1,36 @@ +#define _PAGE_ Useful data sheets +#include "head.t" + +

All in PDF format. + +

General docs

+ + + +

Player specific

+ + +

Recorder specific

+ + + +#include "foot.t" -- cgit v1.2.3