Skip to content

Commit fcbb67e

Browse files
author
Aslan Askarov
committed
makefile tweaks
1 parent 3e9613b commit fcbb67e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ main.pdf
1313
*.xdv
1414
.DS_Store
1515
main.toc
16+
timestamped/

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ pvc:
77
latexmk -pdf main -pvc -synctex=1
88
timestamp:
99
latexmk -pdf main
10-
cp main.pdf llvm-notes-$(TIMESTAMP).pdf
10+
mkdir -p timestamped
11+
cp main.pdf timestamped/troupe-user-guide-$(TIMESTAMP).pdf

0 commit comments

Comments
 (0)