This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via c379916d66f322799f3ae1bb395ac3a1d0d808b9 (commit)
from 68b2ec429e005a1e7a58d28e5ba33852be511f19 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c379916d66f322799f3ae1bb395ac3a1d0d808b9
Author: Ivan Borzenkov <iva...@li...>
Date: Sun Oct 10 19:39:35 2010 +0400
Добавлена установка пакетов для deb
diff --git a/doc/asciidoc/Makefile b/doc/asciidoc/Makefile
index f676452..ef12398 100644
--- a/doc/asciidoc/Makefile
+++ b/doc/asciidoc/Makefile
@@ -1,8 +1,12 @@
-all: quickfw.pdf quickfw.html
+all: pdf html
FILES = quickfw general quickstart directory mvc blocks templates cache auth autoload helpers features
TEXTS = $(addsuffix .txt, $(FILES) )
+pdf: quickfw.pdf
+
+html: quickfw.html
+
quickfw.pdf: $(TEXTS)
a2x -v quickfw.txt --dblatex-opts='--backend=xetex -o quickfw.pdf' -a lang=ru
@@ -21,4 +25,7 @@ clean:
rm -rf quickfw.html docbook-xsl.css
rm -rf ../../tmp/doc
-.PHONY: all clean
+install:
+ sudo aptitude install asciidoc texlive-xetex source-highlight
+
+.PHONY: all clean install
-----------------------------------------------------------------------
Summary of changes:
doc/asciidoc/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
quickfw
|