diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 10 | ||||
| -rw-r--r-- | log.md (renamed from reading-log.md) | 0 |
3 files changed, 6 insertions, 6 deletions
@@ -1,2 +1,2 @@ -reading-log.pdf +log.pdf .vim @@ -1,4 +1,4 @@ -all: reading-log.pdf +all: log.pdf watch: ifdef TARGET @@ -13,15 +13,15 @@ else done endif -reading-log.pdf: reading-log.md bibliography.bib +log.pdf: log.md bibliography.bib pandoc \ --standalone \ --from markdown \ --to pdf \ --pdf-engine pdflatex \ --citeproc \ - --output reading-log.pdf \ - reading-log.md + --output log.pdf \ + log.md clean: - rm reading-log.pdf + rm log.pdf |
