]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
doclet/html: Rename source folder match the doclet
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 16 Jan 2014 19:13:57 +0000 (20:13 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 16 Jan 2014 19:13:57 +0000 (20:13 +0100)
configure.ac
src/doclets/Makefile.am
src/doclets/html/Makefile.am [moved from src/doclets/htm/Makefile.am with 100% similarity]
src/doclets/html/doclet.vala [moved from src/doclets/htm/doclet.vala with 100% similarity]

index 513e167857bbdf1e74cff420b9e1fbed748b12c8..ec674741992719e4c7aebb63c2c039125d86616e 100644 (file)
@@ -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
index 840ef983695cb5dcfcec5e1c319d2a4737eb746d..90cf4b32e674f86979f64debcd3344d026e21b22 100644 (file)
@@ -1,7 +1,7 @@
 NULL =
 
 SUBDIRS = \
-       htm \
+       html \
        devhelp \
        gtkdoc \
        $(NULL)