]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
doc: Rename doc/vala to doc/manual
authorAlistair Thomas <astavale@yahoo.co.uk>
Wed, 22 Feb 2017 19:12:54 +0000 (19:12 +0000)
committerAlistair Thomas <astavale@yahoo.co.uk>
Wed, 22 Feb 2017 19:28:37 +0000 (19:28 +0000)
Clarify contents of directory with new name

21 files changed:
configure.ac
doc/Makefile.am
doc/manual/.gitignore [moved from doc/vala/.gitignore with 100% similarity]
doc/manual/Makefile.am [moved from doc/vala/Makefile.am with 100% similarity]
doc/manual/attributes.xml [moved from doc/vala/attributes.xml with 100% similarity]
doc/manual/classes.xml [moved from doc/vala/classes.xml with 100% similarity]
doc/manual/default.css [moved from doc/vala/default.css with 100% similarity]
doc/manual/delegates.xml [moved from doc/vala/delegates.xml with 100% similarity]
doc/manual/devhelp.xsl [moved from doc/vala/devhelp.xsl with 100% similarity]
doc/manual/enums.xml [moved from doc/vala/enums.xml with 100% similarity]
doc/manual/exceptions.xml [moved from doc/vala/exceptions.xml with 100% similarity]
doc/manual/expressions.xml [moved from doc/vala/expressions.xml with 100% similarity]
doc/manual/index.xml [moved from doc/vala/index.xml with 100% similarity]
doc/manual/interfaces.xml [moved from doc/vala/interfaces.xml with 100% similarity]
doc/manual/methods.xml [moved from doc/vala/methods.xml with 100% similarity]
doc/manual/namespaces.xml [moved from doc/vala/namespaces.xml with 100% similarity]
doc/manual/overview.xml [moved from doc/vala/overview.xml with 100% similarity]
doc/manual/statements.xml [moved from doc/vala/statements.xml with 100% similarity]
doc/manual/structs.xml [moved from doc/vala/structs.xml with 100% similarity]
doc/manual/types.xml [moved from doc/vala/types.xml with 100% similarity]
doc/manual/xhtml.xsl [moved from doc/vala/xhtml.xsl with 100% similarity]

index 98a13d74ff146f0d24b0c229f7b5d76db675d573..5e13182df7190035fc8641f34c1350ad1c4259cd 100644 (file)
@@ -108,7 +108,7 @@ AC_CONFIG_FILES([Makefile
            vapi/Makefile
            tests/Makefile
            doc/Makefile
-           doc/vala/Makefile
+           doc/manual/Makefile
            gobject-introspection/Makefile
            vapigen/vapigen.pc
            vapigen/Makefile
index 58ba20594027f1aeea24dec0b45a17e332af4e65..2ba2ef645e9b0d342680c46a61ef282a7abf8570 100644 (file)
@@ -1,7 +1,7 @@
 NULL =
 
 SUBDIRS = \
-       vala \
+       manual \
        $(NULL)
 
 dist_man_MANS = \
similarity index 100%
rename from doc/vala/.gitignore
rename to doc/manual/.gitignore
similarity index 100%
rename from doc/vala/Makefile.am
rename to doc/manual/Makefile.am
similarity index 100%
rename from doc/vala/classes.xml
rename to doc/manual/classes.xml
similarity index 100%
rename from doc/vala/default.css
rename to doc/manual/default.css
similarity index 100%
rename from doc/vala/devhelp.xsl
rename to doc/manual/devhelp.xsl
similarity index 100%
rename from doc/vala/enums.xml
rename to doc/manual/enums.xml
similarity index 100%
rename from doc/vala/index.xml
rename to doc/manual/index.xml
similarity index 100%
rename from doc/vala/methods.xml
rename to doc/manual/methods.xml
similarity index 100%
rename from doc/vala/structs.xml
rename to doc/manual/structs.xml
similarity index 100%
rename from doc/vala/types.xml
rename to doc/manual/types.xml
similarity index 100%
rename from doc/vala/xhtml.xsl
rename to doc/manual/xhtml.xsl