diff options
author | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2009-02-16 11:10:34 +0000 |
---|---|---|
committer | Steven Murdoch <Steven.Murdoch@cl.cam.ac.uk> | 2009-02-16 11:10:34 +0000 |
commit | 2d147509d6d1d3641f371728fc79d12ca24d2284 (patch) | |
tree | a2908fd46f3d1cdd0226a5075b1b9eb9565f5588 | |
parent | d3289c6b871f1f1de06493b61ff6aec497b17a20 (diff) | |
download | tor-2d147509d6d1d3641f371728fc79d12ca24d2284.tar.gz tor-2d147509d6d1d3641f371728fc79d12ca24d2284.zip |
Remove Makefile rule for building performance.tex (now in /projects/performance)
svn:r18568
-rw-r--r-- | doc/design-paper/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/design-paper/Makefile.am b/doc/design-paper/Makefile.am index 4835cc00cc..fb94706d07 100644 --- a/doc/design-paper/Makefile.am +++ b/doc/design-paper/Makefile.am @@ -21,10 +21,6 @@ tor-design.pdf: cell-struct.pdf interaction.pdf tor-design.bib tor-design.tex us pdflatex tor-design.tex pdflatex tor-design.tex -performance.pdf: performance.tex - pdflatex $< - pdflatex $< - EXTRA_DIST = cell-struct.fig interaction.fig tor-design.bib usenix.sty latex8.bst tor-design.tex DISTCLEANFILES = cell-struct.eps interaction.eps cell-struct.pdf interaction.pdf tor-design.aux tor-design.bbl tor-design.blg tor-design.log tor-design.dvi tor-design.ps tor-design.pdf |