From 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 8 Jan 2007 23:52:01 +0000 Subject: Splitting out www git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 www/Makefile (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile deleted file mode 100644 index 6bda6917ee..0000000000 --- a/www/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ - -SRC := $(wildcard *.t) -SOBJS := daily.shtml main.shtml index.shtml status.shtml \ - bugs.shtml requests.shtml patches.shtml cvs.shtml - -OBJS := $(SRC:%.t=%.html) $(SOBJS) - -.SUFFIXES: .t .html - -%.html : %.t - $(ACTION) $< - -%.shtml : %.t - $(ACTION) $< - -all: $(OBJS) head.tmpl - @(cd schematics; $(MAKE)) - @(cd docs; $(MAKE)) - @(cd mods; $(MAKE)) - @(cd internals; $(MAKE)) - @(cd irc; $(MAKE)) - @(cd devcon; $(MAKE)) - @(cd sh-win; $(MAKE)) - @(cd download; $(MAKE)) - @(cd manual; $(MAKE)) - @(cd manual-1.2; $(MAKE)) - @(cd fonts; $(MAKE)) - @(cd lang; $(MAKE)) - @(cd tshirt-contest; $(MAKE)) - @(cd screenshots; $(MAKE)) - @(cd digest; $(MAKE)) - @(cd playerhistory; $(MAKE)) - @(cd devcon2006; $(MAKE)) - @(cd doom; $(MAKE)) - -head.tmpl: head.t - $(ACTION) -DTWIKI $< - -main.html: main.t activity.html - -main.shtml: main.t activity.html - -index.shtml: main.shtml - ln -s main.shtml index.shtml - -daily.shtml: daily.t - -cvs.shtml: daily.t - -since25.html: - ln -s /home/dast/daniel_html/rockbox/since25.html since25.html - -clean: - find . -name "*html" | xargs rm -- cgit v1.2.3