diff options
Diffstat (limited to '')
-rwxr-xr-x | v2/src/development/dynmake.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v2/src/development/dynmake.sh b/v2/src/development/dynmake.sh index a04e70e..033cbc3 100755 --- a/v2/src/development/dynmake.sh +++ b/v2/src/development/dynmake.sh @@ -73,3 +73,6 @@ pastebins() { printf 'pastebins.md = \\\n' pastebins | varlist printf '\n' + +pastebins | sed 's/^\(.*\)\.md$/\1.html: \1.entry-content/' +pastebins | sed 's/^\(.*\)\.md$/\1.html: \1.entry-env/' |