tor/doc/Makefile.am
Roger Dingledine 3e2f1c8bb8 A start at copying the website tor-*.html and images into
the tarball. Weasel, can you help make the dependencies cause
these to get re-built appropriately?


svn:r6275
2006-03-31 04:23:41 +00:00

19 lines
541 B
Makefile

EXTRA_DIST = tor-spec.txt HACKING rend-spec.txt control-spec.txt dir-spec.txt socks-extensions.txt website img tor-resolve.1 version-spec.txt tor-osx-dmg-creation.txt tor-rpm-creation.txt
man_MANS = tor.1 tor-resolve.1
SUBDIRS = design-paper
DIST_SUBDIRS = design-paper
website:
mkdir $(distdir)/website
cp -p $(srcdir)/../../website/docs/tor-*.html.* \
$(srcdir)/../../website/stylesheet.css $(distdir)/website
img:
mkdir $(distdir)/img
cp -p $(srcdir)/../../website/img/*.png \
$(srcdir)/../../website/img/*.jpg $(distdir)/img