浏览代码

Add HTML-version of resume to default rule

Ryan C. Thompson 8 年之前
父节点
当前提交
4f28a3a038
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Snakefile

+ 1 - 1
Snakefile

@@ -118,7 +118,7 @@ all_example_files = all_example_files.union(index_files)
 rsync_dest = "mneme:public_html/resume/"
 
 rule build_all:
-    input: "ryan_thompson_resume.pdf", index_files
+    input: "ryan_thompson_resume.pdf", "ryan_thompson_resume.html", index_files
 
 rule create_resume_pdf:
     input: lyxfile="ryan_thompson_resume.lyx", bibfile="citations.bib", headshot="headshot-crop.jpg"