mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
223fc208f6
Having very long single lines with lots and lots of things in them tends to make files hard to diff and hard to merge. Since our tools are one-line-at-a-time, we should try to construct lists that way too, within reason. This incidentally turned up a few headers in configure.in that we were for some reason searching for twice.
13 lines
205 B
Makefile
13 lines
205 B
Makefile
|
|
EXTRA_DIST = \
|
|
address-spec.txt \
|
|
bridges-spec.txt \
|
|
control-spec.txt \
|
|
dir-spec.txt \
|
|
path-spec.txt \
|
|
rend-spec.txt \
|
|
socks-extensions.txt \
|
|
tor-spec.txt \
|
|
version-spec.txt
|
|
|