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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |