From 583ade0ba211aac29e11d712f6c2f9f1e813efc4 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 21 Jun 2004 01:39:23 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 20 ++++++++++++-------- configure.ac | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index f00141f..9c315bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ EXAMPLE_PROGS = \ DBFORMAT = \ @M17NDB@/FORMATS -MAN1 = data/m17n-config.txt ${EXAMPLE_PROGS} +MAN1 = data/m17n-config.txt data/m17n-db.txt ${EXAMPLE_PROGS} MAN3 = @M17NLIB@/src/m17n-core.h \ @M17NLIB@/src/m17n.h \ @@ -88,8 +88,8 @@ MAN5 = ${DBFORMAT} SRCALL = \ mainpage.txt \ ${MAN3} \ - data/m17n-config.txt data/exprog.txt data/dbformat.txt \ - data/dbdata.txt fdl.txt + data/m17n-config.txt data/m17n-db.txt data/exprog.txt \ + data/dbformat.txt data/dbdata.txt fdl.txt DBDATA = $(shell echo @M17NDB@/*.{dir,mim,flt,fst,tbl}) DBIMAGE = $(shell echo @M17NDB@/FORMATS/*.png @M17NDB@/FORMATS/*.eps) @@ -112,12 +112,13 @@ usr-latex latex-usr: ${LATEX_USR_TARGET} ja-latex latex-ja: ${LATEX_JA_TARGET} dev-latex latex-dev: ${LATEX_DEV_TARGET} -MAN_USR_TARGET = man/man1/m17n-config.1 man/man3/m17nIntro.3m17n man/man5/mdbGeneral.5 -MAN_JA_TARGET = man/ja/man1/m17n-config.1 man/ja/man3/m17nIntro.3m17n man/ja/man5/mdbGeneral.5 -MAN_TARGET = ${MAN_USR_TARGET} ${MAN_JA_TARGET} +MAN_TARGET = \ + man/man1/m17n-config.1 \ + man/man1/m17n-db.1 \ + man/man3/m17nIntro.3m17n \ + man/man5/mdbGeneral.5 -usr-man man-usr: ${MAN_USR_TARGET} -ja-man man-ja: ${MAN_JA_TARGET} +usr-man man-usr: ${MAN_TARGET} TARGET = ${HTML_TARGET} ${LATEX_TARGET} ${MAN_TARGET} @@ -231,6 +232,9 @@ data/dbformat.txt: ${DBFORMAT} utils/dbformat.sh data/m17n-config.txt: @M17NLIB@/m17n-config.in sed -n -e '/\/\*\*\*/,/\*\// p' < $< > $@ +data/m17n-db.txt: @M17NDB@/m17n-db.in + sed -n -e '/\/\*\*\*/,/\*\// p' < $< > $@ + %/html/index.html: doxyfile-html.% header.%.html footer.%.html ${SRCALL} \ utils/%_filter.rb m17n-lib.css rm -f `dirname $@`/*.html diff --git a/configure.ac b/configure.ac index 6e3f771..19f87e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ - # Process this file with autoconf to produce a configure script. +# Process this file with autoconf to produce a configure script. AC_INIT(m17n-docs, 1.1, bugs-m17n-lib@m17n.org) AM_INIT_AUTOMAKE(m17n-docs, 1.1) -- 1.7.10.4