Revert "Rename directories"

This reverts commit 9f3226aec5.
This commit is contained in:
Oliver Davies 2021-02-11 17:56:17 +00:00
parent ad40ba6d2d
commit b032798d69
142 changed files with 3 additions and 3 deletions

View file

@ -28,12 +28,12 @@ command('clean all'):
command('pdf generate <talk>'): |
#!bash|=
cd "={ input.argument('talk') }"
cd ={ input.argument('talk') }
passthru ={ @('rst2pdf.command') }
command('pdf watch <talk>'): |
#!bash|=
cd "={ input.argument('talk') }"
cd ={ input.argument('talk') }
passthru nodemon -e rst,style,txt -x "={ @('rst2pdf.command') }"
command('thumbnail <talk>'):
@ -42,5 +42,5 @@ command('thumbnail <talk>'):
THUMBNAIL_FILENAME: = @('thumbnail.filename')
exec: |
#!bash|=
cd "={ input.argument('talk') }"
cd ={ input.argument('talk') }
passthru gs -sDEVICE=png16m -r300 -dDownScaleFactor=4 -sOutputFile=$THUMBNAIL_FILENAME -dLastPage=1 $PDF_FILENAME