diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2023-11-02 12:28:15 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2023-11-02 22:43:56 +0100 |
commit | 7035ae6e39c2f44df4aba673a2edadb9e130be3d (patch) | |
tree | 1198189d1f0d5cc061de0a83e2fb27cc16b7b3f6 /.gitignore | |
parent | d1eb887fc2d54203806876237561fa7bf6bdd404 (diff) |
Setup. Modify building process
Create an intermediate fripost.sty file and compile resources from that
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,6 +14,7 @@ *.snm *.toc *.vrb +*.hd # LaTeX package intermediates @@ -23,10 +24,12 @@ *.sty *.cls +# Enforce these + !tex/*.sty !tex/*.cls !doc/*.tex - +!test/*.tex # LaTeX PDF output |