tor/doc/spec/Makefile.am
Nick Mathewson 223fc208f6 Split long lines in configure.in and Makefile.am files
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.
2010-11-11 14:22:48 -05:00

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