From: Bernhard Urban Date: Thu, 1 Apr 2010 21:17:23 +0000 (+0200) Subject: spec env: pdfs und pngs werden nicht mehr ins repo gepusht sondern vom Makefile gener... X-Git-Tag: review_abgabe~29 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=commitdiff_plain;h=8008ddd4b939b368b2d05499b872b476f8aaf91e spec env: pdfs und pngs werden nicht mehr ins repo gepusht sondern vom Makefile generiert [1] @alexander: ich hoffe das passt bei dir. [1]: fabian hatte zum groessten teil windows im betrieb und pstricks zeugs nicht installiert. Revert "windows und so" This reverts commit a16e4c9e5eddb4ef32dbc34579dcaa002ddba3ce. Revert "don't ignore pdf's and push them" This reverts commit 816112a0af2d06eb76d657275b2c541994d25b2d. --- diff --git a/.gitignore b/.gitignore index 62981ea..67be4a2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ spec/*.toc spec/*.backup spec/*.out spec/*.pdf +spec/*.png +spec/sm/*.pdf *.swp *~ diff --git a/spec/Architektur.png b/spec/Architektur.png deleted file mode 100644 index c3e88a8..0000000 Binary files a/spec/Architektur.png and /dev/null differ diff --git a/spec/Makefile b/spec/Makefile index f18475a..b875ac3 100644 --- a/spec/Makefile +++ b/spec/Makefile @@ -19,5 +19,4 @@ 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} + -rm -f {,sm/}{*.aux,*.log,*.dvi,*.toc,*.out,*.pdf,*.png} diff --git a/spec/Sequence_Scanner.png b/spec/Sequence_Scanner.png deleted file mode 100644 index 05cd871..0000000 Binary files a/spec/Sequence_Scanner.png and /dev/null differ diff --git a/spec/sm/alu.pdf b/spec/sm/alu.pdf deleted file mode 100644 index 0a8a56c..0000000 Binary files a/spec/sm/alu.pdf and /dev/null differ diff --git a/spec/sm/display.pdf b/spec/sm/display.pdf deleted file mode 100644 index fdcdf1a..0000000 Binary files a/spec/sm/display.pdf and /dev/null differ diff --git a/spec/sm/parser.pdf b/spec/sm/parser.pdf deleted file mode 100644 index affaf5e..0000000 Binary files a/spec/sm/parser.pdf and /dev/null differ diff --git a/spec/sm/pckomm.pdf b/spec/sm/pckomm.pdf deleted file mode 100644 index 4a44056..0000000 Binary files a/spec/sm/pckomm.pdf and /dev/null differ diff --git a/spec/sm/rs232-rs.pdf b/spec/sm/rs232-rs.pdf deleted file mode 100644 index 3a1e908..0000000 Binary files a/spec/sm/rs232-rs.pdf and /dev/null differ diff --git a/spec/sm/rs232-ts.pdf b/spec/sm/rs232-ts.pdf deleted file mode 100644 index 7850c0b..0000000 Binary files a/spec/sm/rs232-ts.pdf and /dev/null differ diff --git a/spec/sm/scanner.pdf b/spec/sm/scanner.pdf deleted file mode 100644 index 39b9f05..0000000 Binary files a/spec/sm/scanner.pdf and /dev/null differ