From: Bernhard Urban Date: Mon, 22 Mar 2010 18:34:12 +0000 (+0100) Subject: don't ignore pdf's and push them X-Git-Tag: spec-abgabe1~33^2 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=commitdiff_plain;h=816112a0af2d06eb76d657275b2c541994d25b2d don't ignore pdf's and push them --- diff --git a/.gitignore b/.gitignore index 973ad17..62981ea 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ spec/*.toc spec/*.backup spec/*.out spec/*.pdf -spec/sm/*.pdf *.swp *~ diff --git a/spec/Makefile b/spec/Makefile index 6b9d295..afb43f2 100644 --- a/spec/Makefile +++ b/spec/Makefile @@ -19,4 +19,5 @@ protocol: $(PROJECT).tex $(subst .dia,.png,$(shell ls *.dia)) $(subst .tex,.pdf, rm sm/{*.dvi,*.ps,*.aux,*.log} clean: - -rm -f {,sm/}{*.aux,*.log,*.dvi,*.toc,*.out,*.pdf,*.png} + @#-rm -f {,sm/}{*.aux,*.log,*.dvi,*.toc,*.out,*.pdf,*.png} + -rm -f {,sm/}{*.aux,*.log,*.dvi,*.toc,*.out} diff --git a/spec/sm/rs232-rs.pdf b/spec/sm/rs232-rs.pdf new file mode 100644 index 0000000..2051076 Binary files /dev/null and b/spec/sm/rs232-rs.pdf differ