2009-05-29 00:34:58 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
SED="../test/sed/sed01"
|
|
|
|
|
|
|
|
"${SED}" '/^OUTPUT_LANGUAGE[[:space:]]*=/s/English/Korean/
|
|
|
|
/^OUTPUT_DIRECTORY[[:space:]]*=/s/qse/qse.ko/
|
|
|
|
/^INPUT[[:space:]]*=/s/page/page.ko/' < Doxyfile > Doxyfile.ko
|
|
|
|
|
2009-05-29 07:00:56 +00:00
|
|
|
#"${SED}" '/^OUTPUT_LANGUAGE[[:space:]]*=/s/English/Chinese/
|
|
|
|
# /^OUTPUT_DIRECTORY[[:space:]]*=/s/qse/qse.cn/
|
|
|
|
# /^INPUT[[:space:]]*=/s/page/page.cn/' < Doxyfile > Doxyfile.cn
|
|
|
|
|
|
|
|
#"${SED}" '/^OUTPUT_LANGUAGE[[:space:]]*=/s/English/Japanese/
|
|
|
|
# /^OUTPUT_DIRECTORY[[:space:]]*=/s/qse/qse.ja/
|
|
|
|
# /^INPUT[[:space:]]*=/s/page/page.ja/' < Doxyfile > Doxyfile.ja
|
|
|
|
|
2009-05-29 00:34:58 +00:00
|
|
|
doxygen Doxyfile
|
2009-12-15 06:50:11 +00:00
|
|
|
#doxygen Doxyfile.ko
|
2009-05-29 07:00:56 +00:00
|
|
|
#doxygen Doxyfile.cn
|
|
|
|
#doxygen Doxyfile.ja
|