Open new tab for editing items
[infodrom.org/service.infodrom.org] / Makefile
index 883448b..30f0dc8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,9 @@ endif
 endif
 
 FILES = --exclude "CVS/" --exclude "*imgdot-1x1-transp.gif" --include "*/"
-FILES+= --include "*.html" --include "*.shtml" --include "*.php3"
+FILES+= --include "*.html" --include "*.shtml" --include "*.php"
 FILES+= --include "*.png" --include "*.gif" --include "*.jpg"
+FILES+= --include "*.js"
 FILES+= --include infodrom.css
 FILES+= --include favicon.ico
 ifeq ($(hostname),luonnotar)
@@ -34,7 +35,7 @@ test:
 endif
 
 fix:
-#       for f in src/index.*.php3; do \
+#       for f in src/index.*.php; do \
 #         sed '1,/width="40"/ s/width="40"/width="250"/' < $$f > tmp; \
 #         mv -f tmp $$f; \
 #         sed '1,/width="40"/ s/width="40"/width="400"/' < $$f > tmp; \