We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9613b commit fcbb67eCopy full SHA for fcbb67e
.gitignore
@@ -13,3 +13,4 @@ main.pdf
13
*.xdv
14
.DS_Store
15
main.toc
16
+timestamped/
Makefile
@@ -7,4 +7,5 @@ pvc:
7
latexmk -pdf main -pvc -synctex=1
8
timestamp:
9
latexmk -pdf main
10
- cp main.pdf llvm-notes-$(TIMESTAMP).pdf
+ mkdir -p timestamped
11
+ cp main.pdf timestamped/troupe-user-guide-$(TIMESTAMP).pdf
0 commit comments