diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-08-06 19:54:29 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-08-06 19:54:29 +0000 |
commit | 0430b4c5a0cd5dfeeb24515c0f1b8a6193e8a951 (patch) | |
tree | 5786a07a772385f5a6dfe4614b3d059f953112fc /doc/Makefile.am | |
parent | 2ff6d6d8b94140a20a8ef6c8a1f7155ef85d275b (diff) | |
download | tor-0430b4c5a0cd5dfeeb24515c0f1b8a6193e8a951.tar.gz tor-0430b4c5a0cd5dfeeb24515c0f1b8a6193e8a951.zip |
Move design-paper into its own directory, and ship it and all that is needed to build with it in the tarball
svn:r2163
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 434b04b7b2..d0a0307d2e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,7 @@ - -EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rend-spec.txt tor-design.tex tor-doc.html tor-doc.css +EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rend-spec.txt tor-doc.html tor-doc.css man_MANS = tor.1 + +SUBDIRS = design-paper + +DIST_SUBDIRS = design-paper |