9fc6a2a778
(had to perform git rm --cached on several modified files in the staging area). Modify permissions on clean.sh scripts. Removed beamer generation from make.sh (not working with my installation, need to examine this more).
4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
doconce clean
|
|
rm -rf *.pdf *.tex ipynb*.tar.gz *.html ._*.html *~ reveal.js Trash README.txt
|