mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Fail somehow smarter if we do not have the website source tree in ../website
svn:r6278
This commit is contained in:
parent
fef8829d3c
commit
b13c1b53c6
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue