*** empty log message ***
[m17n/m17n-docs.git] / Makefile.am
index 9a59ac4..f156560 100644 (file)
@@ -29,7 +29,7 @@ pkgdata_DATA = \
        usr/latex/m17n-lib.dvi usr/latex/m17n-lib.ps \
        man/man1/m17nconfig.1 \
        man/man3/m17nIntro.3m17n \
-       man/man5/m17nDatabaseFormat.5
+       man/man5/mdbGeneral.5
 
 pkgdatadir = $(datadir)/m17n-lib
 
@@ -230,8 +230,9 @@ data/m17n-config.txt: @M17NLIB@/m17n-config.in
 %/html/index.html: doxyfile-html.% ${SRCALL} \
                        header.html footer.html \
                        utils/%_filter.rb m17n-lib.css
-       rm -rf `dirname $@`
+       rm -f `dirname $@`/*.html
        ${DOXYGEN} $<
+       echo 'code { font-weight: bold }' >> `dirname $@`/doxygen.css
 
 %/html/parrot.png: parrot.png
        cp $< $@
@@ -313,13 +314,14 @@ clean-local:
        rm -rf usr dev ja man doxywork
 
 WEBDIR = /project/web/extra/m17n-lib/m17n-docs
+FTPDIR = /ftp/pub/m17n-lib
 
-web: usr-html
+release: dist
        [ -d ${WEBDIR} ] || mkdir ${WEBDIR}
-       [ -f ${distdir}.tar.gz ] || make dist
-       cp ${distdir}.tar.gz ${WEBDIR}
        cp usr/html/* ${WEBDIR}
+       cp ${distdir}.tar.gz ${FTPDIR}
+
 
-.PRECIOUS: %/latex/m17n-lib.tex %/man/man3/m17nIntro.3m ${SRCALL}
+.PRECIOUS: usr/latex/refman.tex usr/latex/m17n-lib.tex %/man/man3/m17nIntro.3m ${SRCALL}
 
 endif