projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662315e
)
fix demo index files
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 23 Jun 2015 20:41:59 +0000
(20:41 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 23 Jun 2015 20:41:59 +0000
(20:41 +0000)
test/widgets/Makefile
patch
|
blob
|
history
diff --git
a/test/widgets/Makefile
b/test/widgets/Makefile
index
55467fb
..
6433265
100644
(file)
--- a/
test/widgets/Makefile
+++ b/
test/widgets/Makefile
@@
-61,7
+61,7
@@
index-iframe-demo:
( egrep -v example.indexdata.com url.demos | perl -ne 'chomp; print qq{<h2>$$_</h2><iframe width="900px" height="600px" src="$$_"></iframe>\n}' ) > iframe-demos-other.html
tidy:
- for i in iframe-demos.html index*.html; do \
+ for i in iframe-demos*.html index*.html; do \
tidy -i -m $$i >/dev/null 2>&1; \
perl -i -npe 's,(^\s*</head>),<link type="text/css" rel="stylesheet" href="screenshots.css" /> $$1,' $$i; \
done