mirror of https://gitee.com/bigwinds/arangodb
added remove-automatic and remove-maintainer, remove empty lines in README
This commit is contained in:
parent
1b69e1bb6c
commit
1167dce762
|
@ -54,10 +54,18 @@ add-maintainer:
|
|||
@echo adding generated files to GIT
|
||||
git add -f $(MAINTAINER)
|
||||
|
||||
remove-maintainer:
|
||||
@echo removing generated files from GIT
|
||||
git rm -f $(MAINTAINER)
|
||||
|
||||
add-automagic:
|
||||
@echo adding automagic files to GIT
|
||||
git add -f $(AUTOMAGIC)
|
||||
|
||||
remove-automagic:
|
||||
@echo removing automagic files from GIT
|
||||
git rm -f $(AUTOMAGIC)
|
||||
|
||||
################################################################################
|
||||
### @brief make love
|
||||
################################################################################
|
||||
|
|
|
@ -378,9 +378,11 @@ BUILT_SOURCES += README
|
|||
|
||||
README: README.md
|
||||
fgrep -v "[Build Status]" $< \
|
||||
| fgrep -v "ArangoDB-Logo" \
|
||||
| @MARKDOWN_EXEC@ \
|
||||
| @HTML2TEXT_EXEC@ -style pretty -nobs \
|
||||
| sed -e 's:>:>:g' \
|
||||
| awk 'BEGIN { s = 0; } { if (length($0) == 0) {if (s != 0) print $0;} else {s = 1; print $0; }}' \
|
||||
> $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
|
|
@ -6161,9 +6161,11 @@ html/admin/js/modules/%.js: @srcdir@/js/client/modules/%.js .setup-js-directorie
|
|||
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@README: README.md
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ fgrep -v "[Build Status]" $< \
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ | fgrep -v "ArangoDB-Logo" \
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ | @MARKDOWN_EXEC@ \
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ | @HTML2TEXT_EXEC@ -style pretty -nobs \
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ | sed -e 's:>:>:g' \
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ | awk 'BEGIN { s = 0; } { if (length($0) == 0) {if (s != 0) print $0;} else {s = 1; print $0; }}' \
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ > $@.tmp
|
||||
@ENABLE_HTML2TEXT_TRUE@@ENABLE_MARKDOWN_TRUE@ mv $@.tmp $@
|
||||
|
||||
|
|
|
@ -39,7 +39,8 @@ For Linux use the distribution dependend package manager, see
|
|||
[Installation Manual](http://www.arangodb.org/manuals/current/Installing.html)
|
||||
for details.
|
||||
|
||||
For Windows users: we are working hard on a Windows version. A first version will become available soon.
|
||||
For Windows users: We provide an installer script on our
|
||||
[download page](http://www.arangodb.org/download).
|
||||
|
||||
If the package manager has not already started the ArangoDB server, use
|
||||
|
||||
|
|
Loading…
Reference in New Issue