mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-26 06:07:59 +01:00
css for manual
This commit is contained in:
parent
241e516cde
commit
de1bd77849
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -11,4 +11,11 @@ manual-update:
|
||||||
git rm "./pages/ponysay/*"
|
git rm "./pages/ponysay/*"
|
||||||
git stash pop
|
git stash pop
|
||||||
git mv "./ponysay" "./pages"
|
git mv "./ponysay" "./pages"
|
||||||
|
(for file in $$(echo "./pages/ponysay/*"); do \
|
||||||
|
mv $$file $${file}~ \
|
||||||
|
sed -e 's/^<\/head>$$/<link rel="stylesheet" type="text\/css" href="info.css">\\n<\/head>/' \
|
||||||
|
< $${file}~ > $$file; \
|
||||||
|
rm $${file}~; \
|
||||||
|
done \
|
||||||
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue