New file no-service-proxy.html
[mkws-moved-to-github.git] / tools / htdocs / Makefile
index f0a7291..420bb49 100644 (file)
@@ -97,7 +97,7 @@ mkws.js: $(COMPONENTS) Makefile
 
 mkws-html-includes: 
        echo $(COMPONENTS) | perl -npe "s,${SRC},,g; s/\s+/\0/g" | \
-         perl -n0e 'print qq{    <script type="text/javascript" src="src$$_"></script>\n}'
+         perl -n0e 'chomp(); print qq{    <script type="text/javascript" src="src$$_"></script>\n}'
 
 distclean: clean
        @echo "(No need for distclean, 'make clean' is fine)"