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