[gnome-devel-docs] Adding build & translation structure for devtools-install



commit 73b22f557f705db2239879d5bf8cec2855259aeb
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Dec 5 15:21:48 2010 +0100

    Adding build & translation structure for devtools-install

 Makefile.am                                   |    1 +
 articles/Makefile.am                          |    1 +
 articles/devtools-install/{ => C}/fedora.page |    0
 articles/devtools-install/{ => C}/index.page  |    0
 articles/devtools-install/{ => C}/ubuntu.page |    0
 articles/devtools-install/Makefile.am         |    9 +++++++++
 6 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 49be368..a4dbf97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
 SUBDIRS =				\
 	accessibility-devel-guide	\
+	articles			\
 	gdp-handbook			\
 	gdp-style-guide			\
 	hig				\
diff --git a/articles/Makefile.am b/articles/Makefile.am
new file mode 100644
index 0000000..8a42128
--- /dev/null
+++ b/articles/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = devtools-install
diff --git a/articles/devtools-install/fedora.page b/articles/devtools-install/C/fedora.page
similarity index 100%
rename from articles/devtools-install/fedora.page
rename to articles/devtools-install/C/fedora.page
diff --git a/articles/devtools-install/index.page b/articles/devtools-install/C/index.page
similarity index 100%
rename from articles/devtools-install/index.page
rename to articles/devtools-install/C/index.page
diff --git a/articles/devtools-install/ubuntu.page b/articles/devtools-install/C/ubuntu.page
similarity index 100%
rename from articles/devtools-install/ubuntu.page
rename to articles/devtools-install/C/ubuntu.page
diff --git a/articles/devtools-install/Makefile.am b/articles/devtools-install/Makefile.am
new file mode 100644
index 0000000..1c67f20
--- /dev/null
+++ b/articles/devtools-install/Makefile.am
@@ -0,0 +1,9 @@
+include $(top_srcdir)/gnome-doc-utils.make
+
+DOC_ID = devtools-install
+
+DOC_PAGES = \
+	index.page \
+	fedora.page \
+	ubuntu.page
+



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