blob: 79123d81d59d0e79b352f2356ae94d82306c5cd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
EXTRA_DIST = HACKING \
tor-resolve.1 tor-gencert.1 \
tor-osx-dmg-creation.txt tor-rpm-creation.txt \
tor-win32-mingw-creation.txt
man_MANS = tor.1 tor-resolve.1 tor-gencert.1
SUBDIRS = design-paper spec
DIST_SUBDIRS = design-paper spec
|