From 370128fc45ecb5448936a624d4ead75b21ba1f26 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Wed, 21 Aug 2002 10:50:10 +0000 Subject: reference the ../../docs directory (as ../docs_ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1859 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'www/docs/Makefile') diff --git a/www/docs/Makefile b/www/docs/Makefile index 0c3a99f74c..2f0ba7c0b4 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -1,18 +1,23 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -P -LL >$@ + SRC := $(wildcard *.t) OBJS := $(SRC:%.t=%.html) TXT2PLAIN = ../txt2plain.pl +# This is correct. It does point to ../../docs but we need a different +# name so that the directories don't collide. +DOCS = ../docs_ + all: $(OBJS) faq.html: faq.t faq.raw $(TXT2PLAIN) $(ACTION) $< -faq.raw: FAQ $(TXT2PLAIN) +faq.raw: $(DOCS)/FAQ $(TXT2PLAIN) $(TXT2PLAIN) < $< > $@ -battery.raw: BATTERY $(TXT2PLAIN) +battery.raw: $(DOCS)/BATTERY $(TXT2PLAIN) $(TXT2PLAIN) < $< > $@ battery.html: battery.t battery.raw $(TXT2PLAIN) -- cgit v1.2.3