[valadoc] doclet/html: Rename source folder match the doclet



commit 433444f62ee197689c4246d2054129221207a722
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Jan 16 20:13:57 2014 +0100

    doclet/html: Rename source folder match the doclet

 configure.ac                          |    2 +-
 src/doclets/Makefile.am               |    2 +-
 src/doclets/{htm => html}/Makefile.am |    0
 src/doclets/{htm => html}/doclet.vala |    0
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 513e167..ec67474 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ src/driver/0.20.x/Makefile
 src/driver/0.22.x/Makefile
 src/driver/0.24.x/Makefile
 src/doclets/Makefile
-src/doclets/htm/Makefile
+src/doclets/html/Makefile
 src/doclets/devhelp/Makefile
 src/doclets/gtkdoc/Makefile
 src/valadoc/Makefile
diff --git a/src/doclets/Makefile.am b/src/doclets/Makefile.am
index 840ef98..90cf4b3 100644
--- a/src/doclets/Makefile.am
+++ b/src/doclets/Makefile.am
@@ -1,7 +1,7 @@
 NULL =
 
 SUBDIRS = \
-       htm \
+       html \
        devhelp \
        gtkdoc \
        $(NULL)
diff --git a/src/doclets/htm/Makefile.am b/src/doclets/html/Makefile.am
similarity index 100%
rename from src/doclets/htm/Makefile.am
rename to src/doclets/html/Makefile.am
diff --git a/src/doclets/htm/doclet.vala b/src/doclets/html/doclet.vala
similarity index 100%
rename from src/doclets/htm/doclet.vala
rename to src/doclets/html/doclet.vala


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]