From: PHO Date: Thu, 17 May 2012 17:58:34 +0000 (+0900) Subject: preface image X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=oh-my-god.git;a=commitdiff_plain preface image --- diff --git a/configure.ac b/configure.ac index 3c9db49..08b5c27 100644 --- a/configure.ac +++ b/configure.ac @@ -14,5 +14,6 @@ FP_PROG_DBLATEX AC_CONFIG_FILES([ Makefile src/Makefile + src/mission-chan/Makefile ]) AC_OUTPUT diff --git a/src/Makefile.am b/src/Makefile.am index e0a0330..01760ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = mission-chan + DOCBOOK_MAIN = oh-my-god.xml DOCBOOK_CSS = oh-my-god.css diff --git a/src/mission-chan.xml b/src/mission-chan.xml index 845d4ad..1a101d2 100644 --- a/src/mission-chan.xml +++ b/src/mission-chan.xml @@ -2,10 +2,21 @@ + Adventure of Mission-chan + + Preface + + + + + + + + ミッションちゃんの大冒険 diff --git a/src/mission-chan/Makefile.am b/src/mission-chan/Makefile.am new file mode 100644 index 0000000..c444d0b --- /dev/null +++ b/src/mission-chan/Makefile.am @@ -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 index 0000000..a6287f4 Binary files /dev/null and b/src/mission-chan/aom0.png differ diff --git a/src/oh-my-god.css b/src/oh-my-god.css index 9f44090..939733c 100644 --- a/src/oh-my-god.css +++ b/src/oh-my-god.css @@ -1 +1,5 @@ @charset "UTF-8"; + +body { + background-color: #CD9D00; +}