|
From: Michael J G. <mic...@us...> - 2011-07-22 12:11:46
|
--- www/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/Makefile b/www/Makefile index 2f8eb15..eb18fb0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -22,7 +22,7 @@ copy: mkdir -p build cp main.css build cp *.png *.ico build - cp png/*.png ../manual/_build/latex/manual.pdf ../faq/pyxfaq.pdf build + cp png/*.png ../manual/_build/latex/manual.pdf ../faq/_build/latex/pyxfaq.pdf build cp -r ../manual/_build/html build/manual cp -r ../manual/_build/html/manual.html build/manual/index.html for s in examples gallery; \ -- 1.7.6.336.gdf067 |