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 /.gitignore | |
parent | c5380d606446950a042946f5178be2c3c8e40638 (diff) | |
download | tor-32c1863a673cc66758c393e24a9218de5d17ab8b.tar tor-32c1863a673cc66758c393e24a9218de5d17ab8b.tar.gz |
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 '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index cb8ad9c79..caa135203 100644 --- a/.gitignore +++ b/.gitignore @@ -110,10 +110,6 @@ /doc/torify.html /doc/torify.html.in -# /doc/design-paper/ -/doc/design-paper/Makefile -/doc/design-paper/Makefile.in - # /doc/spec/ /doc/spec/Makefile /doc/spec/Makefile.in |