summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile2
-rw-r--r--www/docs/Makefile2
-rw-r--r--www/internals/Makefile2
-rw-r--r--www/irc/Makefile2
-rw-r--r--www/mods/Makefile2
-rw-r--r--www/schematics/Makefile2
-rw-r--r--www/sh-win/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/www/Makefile b/www/Makefile
index ba02760576..3df6536134 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 5ec9d50aa5..751a62f256 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
diff --git a/www/internals/Makefile b/www/internals/Makefile
index 5ec9d50aa5..751a62f256 100644
--- a/www/internals/Makefile
+++ b/www/internals/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
diff --git a/www/irc/Makefile b/www/irc/Makefile
index 42455c7478..a82036abc7 100644
--- a/www/irc/Makefile
+++ b/www/irc/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
diff --git a/www/mods/Makefile b/www/mods/Makefile
index 5ec9d50aa5..751a62f256 100644
--- a/www/mods/Makefile
+++ b/www/mods/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
diff --git a/www/schematics/Makefile b/www/schematics/Makefile
index 5ec9d50aa5..751a62f256 100644
--- a/www/schematics/Makefile
+++ b/www/schematics/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)
diff --git a/www/sh-win/Makefile b/www/sh-win/Makefile
index 5ec9d50aa5..751a62f256 100644
--- a/www/sh-win/Makefile
+++ b/www/sh-win/Makefile
@@ -1,4 +1,4 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 4OBJS := $(SRC:%.t=%.html)