瀏覽代碼

back to original make

master
gtheler 6 年之前
父節點
當前提交
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

Loading…
取消
儲存