[openrtm-commit:00092] r2121 - trunk/OpenRTM-aist/docs
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 5月 24日 (火) 01:52:39 JST
Author: n-ando
Date: 2011-05-24 01:52:39 +0900 (Tue, 24 May 2011)
New Revision: 2121
Modified:
trunk/OpenRTM-aist/docs/Makefile.docs
Log:
Now latex compilation is unnecessary.
Modified: trunk/OpenRTM-aist/docs/Makefile.docs
===================================================================
--- trunk/OpenRTM-aist/docs/Makefile.docs 2011-05-23 16:51:35 UTC (rev 2120)
+++ trunk/OpenRTM-aist/docs/Makefile.docs 2011-05-23 16:52:39 UTC (rev 2121)
@@ -15,7 +15,7 @@
ClassReference: doxygen_classref.conf
doxygen doxygen_classref.conf
- (cd ClassReference/platex ; nkf --euc --overwrite * ; make)
+# (cd ClassReference/platex ; nkf --euc --overwrite * ; make)
ClassReference-en: doxygen_classref.conf
rm -f tmp.conf
@@ -24,12 +24,13 @@
echo "OUTPUT_LANGUAGE = English" >> tmp.conf
echo "OUTPUT_DIRECTORY = ClassReference-en" >> tmp.conf
doxygen tmp.conf
- (cd ClassReference-en/platex ; nkf --euc --overwrite * ; make)
rm -f tmp.conf
+# (cd ClassReference-en/platex ; nkf --euc --overwrite * ; make)
+
IDLReference: doxygen_idlref.conf
doxygen doxygen_idlref.conf
- (cd IDLReference/platex ; nkf --euc --overwrite * ; make)
+# (cd IDLReference/platex ; nkf --euc --overwrite * ; make)
IDLReference-en: doxygen_idlref.conf
rm -f tmp.conf
@@ -38,9 +39,10 @@
echo "OUTPUT_LANGUAGE = English" >> tmp.conf
echo "OUTPUT_DIRECTORY = IDLReference-en" >> tmp.conf
doxygen tmp.conf
- (cd IDLReference-en/platex ; nkf --euc --overwrite * ; make)
rm -f tmp.conf
+# (cd IDLReference-en/platex ; nkf --euc --overwrite * ; make)
+
clean:
rm -rf ClassReference ClassReference-en IDLReference IDLReference-en
rm -f DevelopersGuide.ps DevelopersGuide.pdf *~ tmp.conf
openrtm-commit メーリングリストの案内