mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +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
@ -7,13 +7,13 @@ SUBDIRS = design-paper
|
|||||||
|
|
||||||
DIST_SUBDIRS = design-paper
|
DIST_SUBDIRS = design-paper
|
||||||
|
|
||||||
website:
|
website: ../../website/docs/
|
||||||
cd $(srcdir)/../../website && $(MAKE)
|
cd $(srcdir)/../../website && $(MAKE)
|
||||||
rm -rf website
|
rm -rf website
|
||||||
mkdir website
|
mkdir website
|
||||||
cp $(srcdir)/../../website/docs/tor-*.html.* \
|
cp $(srcdir)/../../website/docs/tor-*.html.* \
|
||||||
$(srcdir)/../../website/stylesheet.css website
|
$(srcdir)/../../website/stylesheet.css website
|
||||||
img:
|
img: ../../website/img/
|
||||||
rm -rf img
|
rm -rf img
|
||||||
mkdir img
|
mkdir img
|
||||||
cp $(srcdir)/../../website/img/*.png \
|
cp $(srcdir)/../../website/img/*.png \
|
||||||
|
Loading…
Reference in New Issue
Block a user