summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 20378d2e5..e21c58e30 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.28 2003/06/04 22:12:32 bursa Exp $
+# $Id: makefile,v 1.29 2003/06/05 11:03:20 bursa Exp $
CC = riscos-gcc
OBJECTS = cache.o content.o fetch.o fetchcache.o \
@@ -32,7 +32,7 @@ DOCS=$(DOCUMENTS:%.html=$(DOCDIR)/%.html)
all: !NetSurf/!RunImage,ff8 $(DOCS)
!NetSurf/!RunImage,ff8 : $(OBJS)
$(CC) -o $@ $(LDFLAGS) $^
-netsurf.zip: !NetSurf/!RunImage,ff8
+netsurf.zip: !NetSurf/!RunImage,ff8 $(DOCS)
rm netsurf.zip; riscos-zip -9vr, netsurf.zip !NetSurf
# pattern rule for c source