From 789f134268b5fcd82592db69384aefb17e37ac63 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 9 Jul 2014 14:05:50 +0000 Subject: [PATCH] generate ever growing list of JS includes for devel pages. make -s mkws-html-includes --- tools/htdocs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 388a4b8..7ce2626 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -87,6 +87,10 @@ mkws.js: $(COMPONENTS) Makefile mv -f $@.tmp $@ chmod 444 $@ +mkws-html-includes: + echo $(COMPONENTS) | perl -npe "s,${SRC},,g; s/\s+/\0/g" | \ + perl -n0e 'print qq{ \n}' + distclean: clean @echo "(No need for distclean, 'make clean' is fine)" -- 1.7.10.4