summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-01-05 02:06:27 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-01-05 02:06:27 +0000
commit91e767cdfa11225dd370471892000e107bb06726 (patch)
treed56f2cc17d62d599fe549a86980a1e0e7b6eead2
parent314a53cd63f1f28cf5e95eb612181cfffc152135 (diff)
downloadnetsurf-91e767cdfa11225dd370471892000e107bb06726.tar.gz
netsurf-91e767cdfa11225dd370471892000e107bb06726.tar.bz2
[project @ 2004-01-05 02:06:27 by jmb]
Add ,faf to themes documentation svn path=/import/netsurf/; revision=479
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 6b4236d5b..46ef0a969 100644
--- a/makefile
+++ b/makefile
@@ -30,7 +30,7 @@ OBJECTS_DEBUGRO = $(OBJECTS_COMMON) \
about.o filetype.o \
version.o \
optionsd.o fontd.o
-DOCUMENTS = Themes.html
+DOCUMENTS = Themes.html,faf
VPATH = content:css:desktop:render:riscos:utils:debug
WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
-Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes \
@@ -51,7 +51,7 @@ SOURCES_DEBUG=$(OBJECTS_DEBUG:.o=.c)
OBJS_DEBUG=$(OBJECTS_DEBUG:%.o=$(OBJDIR_DEBUG)/%.o)
OBJS_DEBUGRO=$(OBJECTS_DEBUGRO:%.o=$(OBJDIR)/%.o)
DOCDIR = !NetSurf/Docs
-DOCS=$(DOCUMENTS:%.html=$(DOCDIR)/%.html)
+DOCS=$(DOCUMENTS:%.html,faf=$(DOCDIR)/%.html,faf)
# targets
all: !NetSurf/!RunImage,ff8 $(DOCS)
@@ -85,7 +85,7 @@ utils/translit.c: transtab
cd utils; ./tt2code < transtab > translit.c
# create documentation
-$(DOCDIR)/%.html: documentation/%.xml
+$(DOCDIR)/%.html,faf: documentation/%.xml
# syntax: xsltproc [options] -o <output file> <XSL stylesheet> <input file>
# --nonet prevents connection to the web to find the stylesheet
xsltproc -o $@ http://www.movspclr.co.uk/dtd/100/prm-html.xsl $<