summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-01-23 19:55:38 +0000
committerJames Bursa <james@netsurf-browser.org>2004-01-23 19:55:38 +0000
commit9cf82c7fc4820e4fecc24d4e4fdd0926eefaa98e (patch)
tree5ac3e707b88b6b10703e8548d02f1203c337d25b /makefile
parent67d5167d2b29b760dc39fe43dd4f9c738abb4e53 (diff)
downloadnetsurf-9cf82c7fc4820e4fecc24d4e4fdd0926eefaa98e.tar.gz
netsurf-9cf82c7fc4820e4fecc24d4e4fdd0926eefaa98e.tar.bz2
[project @ 2004-01-23 19:55:38 by bursa]
Remove generated documentation. svn path=/import/netsurf/; revision=497
Diffstat (limited to 'makefile')
-rw-r--r--makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/makefile b/makefile
index 46ef0a969..1ef3611d8 100644
--- a/makefile
+++ b/makefile
@@ -29,8 +29,7 @@ OBJECTS_DEBUGRO = $(OBJECTS_COMMON) \
draw.o gif.o jpeg.o png.o sprite.o \
about.o filetype.o \
version.o \
- optionsd.o fontd.o
-DOCUMENTS = Themes.html,faf
+ optionsd.o font.o
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 \
@@ -50,8 +49,6 @@ OBJDIR_DEBUG = $(shell $(CC_DEBUG) -dumpmachine)
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,faf=$(DOCDIR)/%.html,faf)
# targets
all: !NetSurf/!RunImage,ff8 $(DOCS)
@@ -83,12 +80,6 @@ css/scanner.c css/scanner.h: css/scanner.l
cd css; flex scanner.l
utils/translit.c: transtab
cd utils; ./tt2code < transtab > translit.c
-
-# create documentation
-$(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 $<
# generate dependencies
depend : $(SOURCES) $(SOURCES_DEBUG)