gtheler 6 лет назад
Родитель
Сommit
acfb8963a9
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      make.sh

+ 1
- 1
make.sh Просмотреть файл

@@ -9,7 +9,7 @@ for i in m4 pandoc pandoc-crossref pandoc-citeproc xelatex locale grep wc; do
done

# the document name is the current directory name
name=`basename $PWD`-emf
name=`basename $PWD`
if [ ! -e ${name}.md ]; then
echo "error: ${name}.md does not exist"
exit 1

Загрузка…
Отмена
Сохранить