X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2FMakefile;h=420bb498bc36df4e1749dd5b0fd8200f26aab07d;hp=f0a72912ef75caf9ef7366859cc4a2e8a6a41ed0;hb=088fcd4edd66fe043fd04c69c9071596f831a114;hpb=52284cfd65160ea577892581fa0a030c96d270e1 diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index f0a7291..420bb49 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -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{ \n}' + perl -n0e 'chomp(); print qq{ \n}' distclean: clean @echo "(No need for distclean, 'make clean' is fine)"