diff options
Diffstat (limited to 'tbc/certificate')
-rw-r--r-- | tbc/certificate/Makefile | 2 | ||||
-rw-r--r-- | tbc/certificate/ReadMe.org | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tbc/certificate/Makefile b/tbc/certificate/Makefile index ee20080..a3d3d76 100644 --- a/tbc/certificate/Makefile +++ b/tbc/certificate/Makefile @@ -25,7 +25,7 @@ tbc: tbc_certificate.pdf tbc_certificate.pdf: tbc_certificate.tex fossee.png bashful.sty pdflatex -shell-escape tbc_certificate.tex -clean: +clean: @echo "removing all tmp+pdf files" -rm -rvf *.pdf *~ *.aux *.log *.vrb *.out *.toc *.nav *.snm -rm -rvf *.std* *.sh diff --git a/tbc/certificate/ReadMe.org b/tbc/certificate/ReadMe.org index c82ba26..7ba2b78 100644 --- a/tbc/certificate/ReadMe.org +++ b/tbc/certificate/ReadMe.org @@ -3,12 +3,12 @@ ** Usage - To generate a PDF file type, #+BEGIN_SRC sh - make tbc + make tbc #+END_SRC sh - - To clean the project + - To clean the project #+BEGIN_SRC sh - make clean + make clean #+END_SRC sh ** License |