Explorar o código

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

svn:r6278
Peter Palfrader %!s(int64=19) %!d(string=hai) anos
pai
achega
b13c1b53c6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/Makefile.am

+ 2 - 2
doc/Makefile.am

@@ -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 \