1
0
Fork 0

new path for manual

This commit is contained in:
Frank Celler 2012-06-30 14:06:44 +02:00
parent e76115c683
commit dc8de78bd5
3 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,7 @@ PROJECT_NAME = "ArangoDB"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.0.alpha2
PROJECT_NUMBER = 1.0.alpha3
# Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.
@ -212,7 +212,7 @@ ALIASES += GE{1}="<b>\1</b>"
ALIASES += EXAMPLES="<b>Examples</b><br>"
ALIASES += EXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}\setboolean{hascap}{true}@endlatexonly@verbinclude \1@latexonly\setboolean{hascap}{false}@endlatexonly"
ALIASES += TINYEXAMPLE{2}="@latexonly\renewcommand{\examplecap}{\2}\setboolean{hascap}{true}\renewcommand{\examplesize}{\tiny}@endlatexonly@verbinclude \1@latexonly\setboolean{hascap}{false}\renewcommand{\examplesize}{\ttfamily}@endlatexonly"
ALIASES += VERSION="1.0.alpha2"
ALIASES += VERSION="1.0.alpha3"
ALIASES += EMBEDTOC{1}="@ifnot LATEX<hr>@copydoc \1<hr>@endif"
ALIASES += RESTHEADER{2}="@if LATEX@latexonly \vskip 0.5em\colorbox{gray}{@endlatexonly\1 (\2)@latexonly}\vskip 1em@endlatexonly@else <hr><em>\1</em> (\2)<hr><br>@endif"
ALIASES += LATEXBREAK="@latexonly\vskip -0.5em\hskip 1.0em@endlatexonly"

View File

@ -1,6 +1,6 @@
# -*- mode: Makefile; -*-
MANUAL_DST="fceller@www.arangodb.org:/srv/www/www.arangodb.org/avoc/manuals"
MANUAL_DST="www@www.arangodb.org:/srv/www/www.arangodb.org/avoc/manuals"
################################################################################
## publish
@ -11,7 +11,7 @@ MANUAL_DST="fceller@www.arangodb.org:/srv/www/www.arangodb.org/avoc/manuals"
publish: publish-wiki publish-html publish-pdf
publish-wiki:
(cd Doxygen/wiki && git checkout --force && git pull)
(cd Doxygen/wiki && git checkout --force -- . && git clean -f && git pull)
$(MAKE) wiki
(cd Doxygen/wiki && git add *.md; git commit -m "`date`" -a; git push)

View File

@ -32,6 +32,7 @@ mv configure.ac.tmp configure.ac
./configure --enable-all-in-one --disable-flex --disable-bison --disable-mruby
make built-sources
make doxygen
make latex
make wiki