diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-11-11 13:53:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-11-11 13:53:53 -0500 |
commit | 5beb8ee4e1889346dc9bec5f866b14809a2d6983 (patch) | |
tree | 2ef957c8a4a8cf7ba5f88be038e54ca764499e42 /doc/Makefile.am | |
parent | 362bb5c625b831095e1d9dae1c348131257afab4 (diff) | |
parent | fcdf1470c04b5ef19a7b9d28a48401f4d5c17293 (diff) | |
download | tor-5beb8ee4e1889346dc9bec5f866b14809a2d6983.tar.gz tor-5beb8ee4e1889346dc9bec5f866b14809a2d6983.zip |
Merge remote branch 'sebastian/remove-osx-expert-package' into maint-0.2.2
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 68747c8d2d..693378c486 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,7 +31,7 @@ endif EXTRA_DIST = HACKING asciidoc-helper.sh \ $(html_in) $(man_in) $(txt_in) \ - tor-osx-dmg-creation.txt tor-rpm-creation.txt \ + tor-rpm-creation.txt \ tor-win32-mingw-creation.txt docdir = @docdir@ |