mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
A start at copying the website tor-*.html and images into
the tarball. Weasel, can you help make the dependencies cause these to get re-built appropriately? svn:r6275
This commit is contained in:
parent
6a3f3ffb0b
commit
3e2f1c8bb8
@ -1,7 +1,18 @@
|
||||
EXTRA_DIST = tor-spec.txt HACKING rend-spec.txt control-spec.txt dir-spec.txt socks-extensions.txt tor-doc-win32.html tor-doc-osx.html tor-doc-unix.html tor-doc-server.html tor-switchproxy.html tor-hidden-service.html stylesheet.css tor-resolve.1 version-spec.txt tor-osx-dmg-creation.txt tor-rpm-creation.txt
|
||||
|
||||
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
|
||||
|
||||
man_MANS = tor.1 tor-resolve.1
|
||||
|
||||
SUBDIRS = design-paper
|
||||
|
||||
DIST_SUBDIRS = design-paper
|
||||
|
||||
website:
|
||||
mkdir $(distdir)/website
|
||||
cp -p $(srcdir)/../../website/docs/tor-*.html.* \
|
||||
$(srcdir)/../../website/stylesheet.css $(distdir)/website
|
||||
img:
|
||||
mkdir $(distdir)/img
|
||||
cp -p $(srcdir)/../../website/img/*.png \
|
||||
$(srcdir)/../../website/img/*.jpg $(distdir)/img
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user