Skip to content
Snippets Groups Projects
Commit b13c1b53 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

Fail somehow smarter if we do not have the website source tree in ../website

svn:r6278
parent fef8829d
Branches
Tags debian-version-0.1.1.18-rc-1
No related merge requests found
......@@ -7,13 +7,13 @@ SUBDIRS = design-paper
DIST_SUBDIRS = design-paper
website:
website: ../../website/docs/
cd $(srcdir)/../../website && $(MAKE)
rm -rf website
mkdir website
cp $(srcdir)/../../website/docs/tor-*.html.* \
$(srcdir)/../../website/stylesheet.css website
img:
img: ../../website/img/
rm -rf img
mkdir img
cp $(srcdir)/../../website/img/*.png \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment