DOXYGEN = doxygen
-PROJECT_NAME_EN = "Multilingual Library for Unix/Linux"
+PROJECT_NAME_EN = "The M17N Library"
PROJECT_NAME_JA = "Unix/Linux ÍÑ¿¸À¸ì¥é¥¤¥Ö¥é¥ê"
notarget:
ja: html-ja latex-ja
dev: html-dev latex-dev
-doxyfile-html.usr: doxyfile
+doxyfile-html.usr: doxyfile Makefile
sed -e 's|%PROJECT_NAME%|${PROJECT_NAME_EN}|' \
-e 's/%USR_JA_DEV%/usr/' \
-e 's/%INPUT_FILTER%/usr/' \
-e 's|%GENERATE_MAN%|NO|' \
< $< >$@
-doxyfile-html.dev: doxyfile
+doxyfile-html.dev: doxyfile Makefile
sed -e 's|%PROJECT_NAME%|${PROJECT_NAME_EN}|' \
-e 's/%USR_JA_DEV%/dev/' \
-e 's/%INPUT_FILTER%/dev/' \
-e 's|%GENERATE_MAN%|NO|' \
< $< >$@
-doxyfile-html.ja: doxyfile
+doxyfile-html.ja: doxyfile Makefile
sed -e 's|%PROJECT_NAME%|${PROJECT_NAME_JA}|' \
-e 's/%USR_JA_DEV%/ja/' \
-e 's/%INPUT_FILTER%/ja/' \
-e 's|%GENERATE_MAN%|NO|' \
< $< >$@
-doxyfile-latex.dev: doxyfile
+doxyfile-latex.dev: doxyfile Makefile
sed -e 's|%PROJECT_NAME%|${PROJECT_NAME_EN}|' \
-e 's/%USR_JA_DEV%/dev/' \
-e 's/%INPUT_FILTER%/dev/' \
-e 's|%GENERATE_MAN%|NO|' \
< $< >$@
-doxyfile-latex.ja: doxyfile
+doxyfile-latex.ja: doxyfile Makefile
sed -e 's|%PROJECT_NAME%|${PROJECT_NAME_JA}|' \
-e 's/%USR_JA_DEV%/ja/' \
-e 's/%INPUT_FILTER%/ja/' \
-e 's|%GENERATE_MAN%|NO|' \
< $< >$@
-doxyfile-man.usr: doxyfile
+doxyfile-man.usr: doxyfile Makefile
sed -e 's|%PROJECT_NAME%|${PROJECT_NAME_EN}|' \
-e 's/%USR_JA_DEV%/usr/' \
-e 's/%INPUT_FILTER%/usr/' \
.PRECIOUS: %/latex/refman.tex
-DISTFILES = man
-
CLEANFILES = doxyfile doxyfile-*.* m17n.tag warning \
*/html/index.html */latex/refman.*
DISTCLEANFILES = doxyfile *~
endif
+DISTFILES = man