mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
bfe9ca8af9
|
@ -425,7 +425,7 @@ build-dist-books:
|
|||
fi; \
|
||||
make build-books DISPLAY="$${DISP}"; \
|
||||
mkdir -p ${OUTPUT_DIR}; \
|
||||
( cd books; tar -czf ${OUTPUT_DIR}/ArangoDB-${newVersionNumber}.tar.gz ${ALLBOOKS}; ); \
|
||||
( cd books; tar -czf ${OUTPUT_DIR}/ArangoDB-${newVersionNumber}.tar.gz ${ALLBOOKS} index.html; ); \
|
||||
for book in $(ALLBOOKS); do \
|
||||
make build-book-dist NAME=$${book} DISPLAY="$${DISP}" ; \
|
||||
done
|
||||
|
|
|
@ -6,4 +6,5 @@ exec python \
|
|||
`pwd`/js/apps/system/_admin/aardvark/APP/api-docs \
|
||||
api-docs \
|
||||
`pwd`/Documentation/DocuBlocks/Rest \
|
||||
$@ \
|
||||
> `pwd`/js/apps/system/_admin/aardvark/APP/api-docs.json
|
||||
|
|
Loading…
Reference in New Issue