2006-03-31 06:23:41 +02:00
|
|
|
|
2007-01-26 02:59:50 +01:00
|
|
|
EXTRA_DIST = website img HACKING \
|
2006-10-07 03:37:23 +02:00
|
|
|
tor-resolve.1 \
|
|
|
|
tor-osx-dmg-creation.txt tor-rpm-creation.txt \
|
|
|
|
tor-win32-mingw-creation.txt
|
2003-10-07 18:30:05 +02:00
|
|
|
|
2004-10-28 22:30:10 +02:00
|
|
|
man_MANS = tor.1 tor-resolve.1
|
2004-08-06 21:54:29 +02:00
|
|
|
|
2007-01-26 02:59:50 +01:00
|
|
|
SUBDIRS = design-paper spec
|
2004-08-06 21:54:29 +02:00
|
|
|
|
2007-01-26 10:12:52 +01:00
|
|
|
DIST_SUBDIRS = design-paper spec
|
2006-03-31 06:23:41 +02:00
|
|
|
|
2006-09-07 05:40:23 +02:00
|
|
|
website: ../../website/docs/
|
2006-03-31 06:54:03 +02:00
|
|
|
rm -rf website
|
|
|
|
mkdir website
|
2006-09-07 05:40:23 +02:00
|
|
|
if test -d $(srcdir)/../../website ; then \
|
|
|
|
cd $(srcdir)/../../website && $(MAKE); \
|
2006-04-02 05:42:32 +02:00
|
|
|
fi
|
2006-09-07 05:40:23 +02:00
|
|
|
if test -d $(srcdir)/../../website ; then \
|
|
|
|
cp $(srcdir)/../../website/docs/tor-*.html.* \
|
|
|
|
$(srcdir)/../../website/stylesheet.css website; \
|
2006-04-02 05:42:32 +02:00
|
|
|
fi
|
2006-09-07 05:40:23 +02:00
|
|
|
img: ../../website/img/
|
2006-03-31 06:54:03 +02:00
|
|
|
rm -rf img
|
|
|
|
mkdir img
|
2006-04-10 09:04:43 +02:00
|
|
|
# if test -d $(srcdir)/../../website/img; then \
|
|
|
|
# cp $(srcdir)/../../website/img/*.png \
|
|
|
|
# $(srcdir)/../../website/img/*.jpg img; \
|
|
|
|
# fi
|
2006-03-31 06:23:41 +02:00
|
|
|
|
2006-03-31 06:54:03 +02:00
|
|
|
.PHONY: website img
|