From 44591b3d0baa3003bca0380fe3664fb4c210b79f Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Tue, 31 Jul 2012 17:45:10 +0100 Subject: First step of renaming the Boot Manager to Node Startup Controller This includes mostly files, directories and the package/tarball name. The classes and D-Bus interfaces will be renamed in the next step. --- docs/reference/node-startup-controller/Makefile.am | 6 +++--- .../node-startup-controller/node-startup-controller-docs.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/reference/node-startup-controller') diff --git a/docs/reference/node-startup-controller/Makefile.am b/docs/reference/node-startup-controller/Makefile.am index 0f17971..3d7a646 100644 --- a/docs/reference/node-startup-controller/Makefile.am +++ b/docs/reference/node-startup-controller/Makefile.am @@ -17,7 +17,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk DOC_SOURCE_DIR = \ - $(top_srcdir)/boot-manager \ + $(top_srcdir)/node-startup-controller \ $(top_srcdir)/common \ $(top_srcdir)/legacy-app-handler @@ -47,10 +47,10 @@ FIXXREF_OPTIONS= # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c HFILE_GLOB = \ - $(top_srcdir)/boot-manager/*.h \ + $(top_srcdir)/node-startup-controller/*.h \ $(top_srcdir)/common/*.h CFILE_GLOB = \ - $(top_srcdir)/boot-manager/*.c \ + $(top_srcdir)/node-startup-controller/*.c \ $(top_srcdir)/common/*.c \ $(top_srcdir)/legacy-app-handler/*.c diff --git a/docs/reference/node-startup-controller/node-startup-controller-docs.xml b/docs/reference/node-startup-controller/node-startup-controller-docs.xml index 4830870..996a15e 100644 --- a/docs/reference/node-startup-controller/node-startup-controller-docs.xml +++ b/docs/reference/node-startup-controller/node-startup-controller-docs.xml @@ -88,7 +88,7 @@ Public API - + -- cgit v1.2.1