]> gitweb @ CieloNegro.org - oh-my-god.git/commitdiff
preface image master
authorPHO <pho@cielonegro.org>
Thu, 17 May 2012 17:58:34 +0000 (02:58 +0900)
committerPHO <pho@cielonegro.org>
Thu, 17 May 2012 17:58:34 +0000 (02:58 +0900)
configure.ac
src/Makefile.am
src/mission-chan.xml
src/mission-chan/Makefile.am [new file with mode: 0644]
src/mission-chan/aom0.png [new file with mode: 0644]
src/oh-my-god.css

index 3c9db491bc4e5f35183fe2d9f2c1539f5574171f..08b5c27cbaf9a0891e551939451ce2f149b66ad8 100644 (file)
@@ -14,5 +14,6 @@ FP_PROG_DBLATEX
 AC_CONFIG_FILES([
     Makefile
     src/Makefile
+    src/mission-chan/Makefile
 ])
 AC_OUTPUT
index e0a03303176cfc39067d526aabc194a9cdaa178b..01760ee83b358e99fd2f6d3574a468e9496e2992 100644 (file)
@@ -1,3 +1,5 @@
+SUBDIRS = mission-chan
+
 DOCBOOK_MAIN = oh-my-god.xml
 DOCBOOK_CSS  = oh-my-god.css
 
index 845d4adbce6e5eccfd4d9c6361ef089dc43d0c8b..1a101d2f965cf1b551901de5da66ebfa45226cee 100644 (file)
@@ -2,10 +2,21 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
                       "http://docbook.org/xml/4.5/docbookx.dtd">
 <book id="mission-chan">
+
   <bookinfo>
     <title>Adventure of Mission-chan</title>
   </bookinfo>
 
+  <preface id="mission-chan-0">
+    <title>Preface</title>
+
+    <mediaobject>
+      <imageobject>
+        <imagedata fileref="aom0.png" format="PNG" align="center" />
+      </imageobject>
+    </mediaobject>
+  </preface>
+
   <chapter id="mission-chan-1">
     <title lang="ja">ミッションちゃんの大冒険</title>
 
diff --git a/src/mission-chan/Makefile.am b/src/mission-chan/Makefile.am
new file mode 100644 (file)
index 0000000..c444d0b
--- /dev/null
@@ -0,0 +1,11 @@
+IMAGE_FILES = \
+       aom0.png \
+       $(NULL)
+
+EXTRA_DIST = $(IMAGE_FILES)
+
+html-local:
+       mkdir -p "$(builddir)/../html"
+       for i in $(IMAGE_FILES); do \
+               cp -f "$(srcdir)/$$i" "$(builddir)/../html/"; \
+       done
diff --git a/src/mission-chan/aom0.png b/src/mission-chan/aom0.png
new file mode 100644 (file)
index 0000000..a6287f4
Binary files /dev/null and b/src/mission-chan/aom0.png differ
index 9f44090c94a7945c3adbf850da3290c85a60a0ab..939733cf43f08930f3324bb92ed03be3579b4b59 100644 (file)
@@ -1 +1,5 @@
 @charset "UTF-8";
+
+body {
+    background-color: #CD9D00;
+}