On Wednesday 28 August 2002 18:41 pm, Ian Clarke wrote: > I have moved all HTML templates (currently gateway.html and the > InfoServlet template) into freenet/node/http/templates.
Here's a patch that fixes the top level Makefile to not process the now removed gateway.html. -- Jay Oliveri "In the land of the blind, GnuPG ID: 0x5AA5DD54 the one-eyed man is king."
Index: Makefile =================================================================== RCS file: /cvsroot/freenet/freenet/Makefile,v retrieving revision 1.38 diff -u -p -r1.38 Makefile --- Makefile 10 May 2002 12:46:18 -0000 1.38 +++ Makefile 29 Aug 2002 18:22:53 -0000 @@ -100,9 +100,9 @@ lib: build: mkdir build -build/$(GATEWAY): src/$(GATEWAY) - mkdir -p $(dir $@) - cp $< $@ +#build/$(GATEWAY): src/$(GATEWAY) +# mkdir -p $(dir $@) +# cp $< $@ # # download targets @@ -163,7 +163,7 @@ binfred: jar client fproxy tools node tests:: build -fproxy:: build/$(GATEWAY) +#fproxy:: build/$(GATEWAY) client:: $(CLIENT) @@ -171,7 +171,7 @@ client:: $(CLIENT) fproxy:: $(FPROXY) $(JAVAC) $(JAVAC_OPTS) $(addprefix src/,$^) - cp src/freenet/client/http/gateway.html build/freenet/client/http/ +# cp src/freenet/client/http/gateway.html build/freenet/client/http/ tools:: $(TOOLS) $(JAVAC) $(JAVAC_OPTS) $(addprefix src/,$^)
