Make an attempt to fix bug 1024.
[tor/rransom.git] / doc / Makefile.am
blob60afcb7d5216cbfb60cbdf24f3f5d2a46ce995ec
2 EXTRA_DIST = website img HACKING                             \
3              tor-resolve.1 tor-gencert.1                     \
4              tor-osx-dmg-creation.txt tor-rpm-creation.txt   \
5              tor-win32-mingw-creation.txt
7 man_MANS = tor.1 tor-resolve.1 tor-gencert.1
9 SUBDIRS = design-paper spec
11 DIST_SUBDIRS = design-paper spec
13 website: ../../website/docs/
14         rm -rf website
15         mkdir website
16         if test -d $(srcdir)/../../website ; then \
17                 cd $(srcdir)/../../website && $(MAKE); \
18         fi
19         if test -d $(srcdir)/../../website ; then \
20                 cp $(srcdir)/../../website/docs/tor-*.html.* \
21                         $(srcdir)/../../website/stylesheet.css website; \
22         fi
23 img: ../../website/img/
24         rm -rf img
25         mkdir img
26 #       if test -d $(srcdir)/../../website/img; then \
27 #               cp $(srcdir)/../../website/img/*.png \
28 #                       $(srcdir)/../../website/img/*.jpg img; \
29 #       fi
31 .PHONY: website img