~ubuntu-branches/ubuntu/edgy/tor/edgy

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Palfrader
  • Date: 2006-07-06 02:55:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706025537-77irayomswemsl63
Tags: 0.1.1.22-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rend-spec.txt control-spec.txt tor-doc.html tor-doc.css tor-resolve.1 version-spec.txt
 
1
 
 
2
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
2
3
 
3
4
man_MANS = tor.1 tor-resolve.1
4
5
 
5
6
SUBDIRS = design-paper
6
7
 
7
8
DIST_SUBDIRS = design-paper
 
9
 
 
10
website: ../../website/docs/
 
11
        rm -rf website
 
12
        mkdir website
 
13
        if test -d $(srcdir)/../../website ; then \
 
14
                cd $(srcdir)/../../website && $(MAKE); \
 
15
        fi
 
16
        if test -d $(srcdir)/../../website ; then \
 
17
                cp $(srcdir)/../../website/docs/tor-*.html.* \
 
18
                        $(srcdir)/../../website/stylesheet.css website; \
 
19
        fi
 
20
img: ../../website/img/
 
21
        rm -rf img
 
22
        mkdir img
 
23
#       if test -d $(srcdir)/../../website/img; then \
 
24
#               cp $(srcdir)/../../website/img/*.png \
 
25
#                       $(srcdir)/../../website/img/*.jpg img; \
 
26
#       fi
 
27
 
 
28
.PHONY: website img