diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-01-27 21:05:01 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-01-28 09:03:21 +0100 |
commit | 32c1863a673cc66758c393e24a9218de5d17ab8b (patch) | |
tree | 344c9f03e555bb00d423f444d4bd8df588750d38 /doc | |
parent | c5380d606446950a042946f5178be2c3c8e40638 (diff) | |
download | tor-32c1863a673cc66758c393e24a9218de5d17ab8b.tar.gz tor-32c1863a673cc66758c393e24a9218de5d17ab8b.zip |
Fix building the tarball
This removes the Makefile.am from doc/design-paper and replaces it with
a static Makefile. We don't need to call it during the normal Tor build
process, as we don't need its targets normally. Keeping it around in
case we want to rebuild the pdf or ps files later.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-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 |