From b258ec7c9f67f189be4631928ec6f89445032b82 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 30 Jan 2013 13:25:04 +0100 Subject: [PATCH] adjusted Documentation Makefile --- Documentation/Makefile.files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile.files b/Documentation/Makefile.files index 82960938ab..5dc70b463f 100644 --- a/Documentation/Makefile.files +++ b/Documentation/Makefile.files @@ -31,15 +31,16 @@ DOXYGEN = \ Doxygen/js/common/bootstrap/module-fs.c \ Doxygen/js/common/bootstrap/modules.c \ Doxygen/js/common/modules/jsunity.c \ - Doxygen/js/common/modules/org/arangodb/graph.c \ Doxygen/js/common/modules/org/arangodb/simple-query-common.c \ Doxygen/js/common/modules/org/arangodb/arango-statement-common.c \ Doxygen/js/common/modules/org/arangodb/arango-collection-common.c \ + Doxygen/js/common/modules/org/arangodb/graph-common.c \ Doxygen/js/common/modules/org/arangodb/users.c \ Doxygen/js/server/modules/org/arangodb/actions.c \ Doxygen/js/server/modules/org/arangodb/arango-database.c \ Doxygen/js/server/modules/org/arangodb/simple-query.c \ Doxygen/js/server/modules/org/arangodb/arango-collection.c \ + Doxygen/js/server/modules/org/arangodb/graph.c \ Doxygen/js/server/server.c ################################################################################ @@ -63,7 +64,6 @@ WIKI = \ Graphs \ Home \ HttpBatch \ - HttpBlueprints \ HttpCollection \ HttpCursor \ HttpGraph \