tor/doc/Makefile.am
Nick Mathewson 1ce86f1fca r11644@Kushana: nickm | 2006-12-19 14:07:17 -0500
Add address-spec.txt document to describe .exit, .onion, and .noconnnect.  Hopefully, we will not add too many of these just because we have a file for them now...


svn:r9155
2006-12-19 19:48:54 +00:00

35 lines
1019 B
Makefile

EXTRA_DIST = tor-spec.txt rend-spec.txt control-spec.txt \
dir-spec.txt socks-extensions.txt path-spec.txt \
version-spec.txt address-spec.txt \
website img HACKING \
tor-resolve.1 \
tor-osx-dmg-creation.txt tor-rpm-creation.txt \
tor-win32-mingw-creation.txt
man_MANS = tor.1 tor-resolve.1
SUBDIRS = design-paper
DIST_SUBDIRS = design-paper
website: ../../website/docs/
rm -rf website
mkdir website
if test -d $(srcdir)/../../website ; then \
cd $(srcdir)/../../website && $(MAKE); \
fi
if test -d $(srcdir)/../../website ; then \
cp $(srcdir)/../../website/docs/tor-*.html.* \
$(srcdir)/../../website/stylesheet.css website; \
fi
img: ../../website/img/
rm -rf img
mkdir img
# if test -d $(srcdir)/../../website/img; then \
# cp $(srcdir)/../../website/img/*.png \
# $(srcdir)/../../website/img/*.jpg img; \
# fi
.PHONY: website img