mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-26 22:27:58 +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 stash pop
|
||||||
git mv "./ponysay" "./pages"
|
git mv "./ponysay" "./pages"
|
||||||
(for file in $$(echo "./pages/ponysay/*"); do \
|
(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>/' \
|
sed -e 's/^<\/head>$$/<link rel="stylesheet" type="text\/css" href="info.css">\\n<\/head>/' \
|
||||||
< $${file}~ > $$file; \
|
< $${file}~ > $$file; \
|
||||||
rm $${file}~; \
|
rm $${file}~; \
|
||||||
|
git add $${file}; \
|
||||||
done \
|
done \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue