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

This works better for me. Does it still work for you?

svn:r6277
parent f41d3abb
Branches
Tags
No related merge requests found
......@@ -9,11 +9,14 @@ DIST_SUBDIRS = design-paper
website:
cd $(srcdir)/../../website && $(MAKE)
mkdir $(distdir)/website
cp -p $(srcdir)/../../website/docs/tor-*.html.* \
$(srcdir)/../../website/stylesheet.css $(distdir)/website
rm -rf website
mkdir website
cp $(srcdir)/../../website/docs/tor-*.html.* \
$(srcdir)/../../website/stylesheet.css website
img:
mkdir $(distdir)/img
cp -p $(srcdir)/../../website/img/*.png \
$(srcdir)/../../website/img/*.jpg $(distdir)/img
rm -rf img
mkdir img
cp $(srcdir)/../../website/img/*.png \
$(srcdir)/../../website/img/*.jpg img
.PHONY: website img
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment