summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/design-paper/Makefile (renamed from doc/design-paper/Makefile.am)7
2 files changed, 2 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 45379d18b9..d28c571247 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,7 +30,7 @@ doc_DATA = $(asciidoc_files:=.html)
asciidoc_product = $(nodist_man_MANS) $(doc_DATA)
-SUBDIRS = design-paper spec
+SUBDIRS = spec
DIST_SUBDIRS = spec
diff --git a/doc/design-paper/Makefile.am b/doc/design-paper/Makefile
index fb94706d07..3fdbbec131 100644
--- a/doc/design-paper/Makefile.am
+++ b/doc/design-paper/Makefile
@@ -1,4 +1,3 @@
-
cell-struct.eps: cell-struct.fig
fig2dev -L eps $< $@
interaction.eps: interaction.fig
@@ -19,8 +18,4 @@ tor-design.pdf: cell-struct.pdf interaction.pdf tor-design.bib tor-design.tex us
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
+ pdflatex tor-design.tex \ No newline at end of file