[or-cvs] r21666: {} Update the Makefile for the design-paper. It isn't part of a (projects/design-paper)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Tue Feb 16 05:38:59 UTC 2010


Author: sebastian
Date: 2010-02-16 05:38:59 +0000 (Tue, 16 Feb 2010)
New Revision: 21666

Added:
   projects/design-paper/Makefile
Removed:
   projects/design-paper/Makefile.am
Log:
Update the Makefile for the design-paper. It isn't part of autoconf anymore

Added: projects/design-paper/Makefile
===================================================================
--- projects/design-paper/Makefile	                        (rev 0)
+++ projects/design-paper/Makefile	2010-02-16 05:38:59 UTC (rev 21666)
@@ -0,0 +1,21 @@
+cell-struct.eps: cell-struct.fig
+	fig2dev -L eps $< $@
+interaction.eps: interaction.fig
+	fig2dev -L eps $< $@
+cell-struct.pdf: cell-struct.fig
+	fig2dev -L pdf $< $@
+interaction.pdf: interaction.fig
+	fig2dev -L pdf $< $@
+
+tor-design.ps: cell-struct.eps interaction.eps tor-design.bib tor-design.tex usenix.sty latex8.bst
+	latex tor-design.tex
+	bibtex tor-design
+	latex tor-design.tex
+	latex tor-design.tex
+	dvips -o $@ tor-design.dvi
+
+tor-design.pdf: cell-struct.pdf interaction.pdf tor-design.bib tor-design.tex usenix.sty latex8.bst
+	pdflatex tor-design.tex
+	bibtex tor-design
+	pdflatex tor-design.tex
+	pdflatex tor-design.tex
\ No newline at end of file

Deleted: projects/design-paper/Makefile.am
===================================================================
--- projects/design-paper/Makefile.am	2010-02-16 05:34:32 UTC (rev 21665)
+++ projects/design-paper/Makefile.am	2010-02-16 05:38:59 UTC (rev 21666)
@@ -1,26 +0,0 @@
-
-cell-struct.eps: cell-struct.fig
-	fig2dev -L eps $< $@
-interaction.eps: interaction.fig
-	fig2dev -L eps $< $@
-cell-struct.pdf: cell-struct.fig
-	fig2dev -L pdf $< $@
-interaction.pdf: interaction.fig
-	fig2dev -L pdf $< $@
-
-tor-design.ps: cell-struct.eps interaction.eps tor-design.bib tor-design.tex usenix.sty latex8.bst
-	latex tor-design.tex
-	bibtex tor-design
-	latex tor-design.tex
-	latex tor-design.tex
-	dvips -o $@ tor-design.dvi
-
-tor-design.pdf: cell-struct.pdf interaction.pdf tor-design.bib tor-design.tex usenix.sty latex8.bst
-	pdflatex tor-design.tex
-	bibtex tor-design
-	pdflatex tor-design.tex
-	pdflatex tor-design.tex
-
-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



More information about the tor-commits mailing list