- Commit
- 86d679c4b6538621af81f4af6cc6eb52bfaa76a4
- Parent
- 1f88875ac3558fd82342108faf2edb0e9e2e638a
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Removidas images no formato PDF do arquivo ZIP do código fonte
Source code for my notes on representations of semisimple Lie algebras and Olivier Mathieu's classification of simple weight modules
Removidas images no formato PDF do arquivo ZIP do código fonte
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ all: compile # Generates a ZIP archive of the source code archive.zip: find ./ -name '*.tex' -or -name '*.bib' | xargs zip $@ - find images -type f | xargs zip -j $@ + find images -type f -and -not -name '*.pdf' | xargs zip -j $@ # Compile the document compile: