mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
13 lines
342 B
Makefile
13 lines
342 B
Makefile
|
|
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
|
|
|