From 0191273ce92236b9e14ca32e5a63d774bf127f1d Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 8 Aug 2013 14:07:29 +0200 Subject: [PATCH] removed wiki pages --- Documentation/Makefile.files | 107 ----------------------------------- Installation/Makefile.local | 9 +-- 2 files changed, 2 insertions(+), 114 deletions(-) diff --git a/Documentation/Makefile.files b/Documentation/Makefile.files index b0d1db3dfb..e1ae0a58f2 100644 --- a/Documentation/Makefile.files +++ b/Documentation/Makefile.files @@ -69,93 +69,6 @@ DOXYGEN = \ Doxygen/js/server/modules/org/arangodb/simple-query.c \ Doxygen/js/server/server.c -################################################################################ -### @brief wiki pages -################################################################################ - -WIKI = \ - Aql \ - AqlExamples \ - ArangoErrors \ - CommandLine \ - Communication \ - Compiling \ - DbaManual \ - DbaManualAuthentication \ - DbaManualBasics \ - DbaManualDatafileDebugger \ - DbaManualEmergencyConsole \ - ExtendingAql \ - FirstStepsArangoDB \ - Glossary \ - Graphs \ - HandlingCollections \ - HandlingDocuments \ - HandlingEdges \ - HandlingIndexes \ - Home \ - HttpAqlFunctions \ - HttpBatch \ - HttpCollection \ - HttpCurrentDatabase \ - HttpCursor \ - HttpGraph \ - HttpImport \ - HttpIndex \ - HttpMisc \ - HttpQuery \ - HttpReplication \ - HttpSimple \ - HttpSystem \ - HttpTransactions \ - HttpTraversals \ - HttpUser \ - ImpManual \ - ImpManualBasics \ - ImplementorManual \ - ImplementorManualArangoErrors \ - IndexBitArray \ - IndexCap \ - IndexCapHttp \ - IndexFulltext \ - IndexFulltextHttp \ - IndexGeo \ - IndexGeoHttp \ - IndexHash \ - IndexHashHttp \ - IndexSkiplist \ - IndexSkiplistHttp \ - InstallManual \ - Installing \ - JSModuleActions \ - JSModuleConsole \ - JSModuleFs \ - JSModuleGraph \ - JSModules \ - NamingConventions \ - NewFeatures11 \ - NewFeatures12 \ - NewFeatures13 \ - RefManual \ - RefManualArangoErrors \ - RefManualReplication \ - RestDocument \ - RestEdge \ - SimpleQueries \ - Transactions \ - Upgrading \ - Upgrading11 \ - Upgrading12 \ - Upgrading13 \ - UserManual \ - UserManualActions \ - UserManualArangosh \ - UserManualFoxx \ - UserManualFoxxManager \ - UserManualReplication \ - UserManualWebInterface \ - jsUnity - ## ----------------------------------------------------------------------------- ## --SECTION-- DOXYGEN ## ----------------------------------------------------------------------------- @@ -179,7 +92,6 @@ Doxygen/.setup-directories: @test -d Doxygen/man/man1 || mkdir -p Doxygen/man/man1 @test -d Doxygen/man/man8 || mkdir -p Doxygen/man/man8 @test -d Doxygen/latex/images || mkdir -p Doxygen/latex/images - @test -d Doxygen/wiki || mkdir -p Doxygen/wiki @test -d Doxygen/xml || mkdir -p Doxygen/xml @touch $@ @@ -236,25 +148,6 @@ doxygen: Doxygen/.setup-directories Doxygen/arango-html.doxy $(DOXYGEN) cp -R @top_srcdir@/Documentation/images/* Doxygen/doc/images cp -R @top_srcdir@/Documentation/arangodb.css Doxygen/doc -################################################################################ -### @brief wiki -################################################################################ - -.PHONY: wiki wiki-raw - -Doxygen/arango-xml.doxy: Documentation/arango.template Doxygen/toc.doxy - sed -e 's:GENERATE_XML *= *NO:GENERATE_XML = YES:' -e 's:ENABLED_SECTIONS *=:ENABLED_SECTIONS = XML:' < $< > $@ - cat Doxygen/toc.doxy >> $@ - -wiki: wiki-raw - @test -d Doxygen/wiki || mkdir Doxygen/wiki - @for w in $(WIKI); do python @top_srcdir@/Documentation/Scripts/xml2md.py Doxygen/xml/$$w.xml > Doxygen/xml/$$w.md; done - @for w in $(WIKI); do @top_srcdir@/Documentation/Scripts/fixmd.sh Doxygen/xml/$$w.md; done - -wiki-raw: Doxygen/arango-xml.doxy $(DOXYGEN) - $(MAKE) lib/BasicsC/voc-errors.h - doxygen Doxygen/arango-xml.doxy > /dev/null - ################################################################################ ### @brief latex ################################################################################ diff --git a/Installation/Makefile.local b/Installation/Makefile.local index 7486886002..c34dba3cf7 100644 --- a/Installation/Makefile.local +++ b/Installation/Makefile.local @@ -8,19 +8,14 @@ OUTPUT_FOLDER=Doxygen/manuals/$(PACKAGE_VERSION) ## publish ################################################################################ -.PHONY: publish publish-wiki publish-html publish-pdf publish-copy +.PHONY: publish publish-html publish-pdf publish-copy -publish: examples publish-wiki publish-html publish-pdf +publish: examples publish-html publish-pdf make publish-copy publish-copy: cd Doxygen/manuals && scp -r "$(PACKAGE_VERSION)" $(MANUAL_DST) -publish-wiki: - (cd Doxygen/wiki && git checkout --force -- . && git clean -f -d -x && git pull) - $(MAKE) wiki - (cd Doxygen/wiki && git add *.md; git commit -m "`date`" -a; git push) - publish-html: $(MAKE) doxygen mkdir -p $(OUTPUT_FOLDER)/images