[openrtm-commit:02791] r3032 - trunk/OpenRTM-aist/docs

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 8月 31日 (木) 16:21:09 JST


Author: kawauchi
Date: 2017-08-31 16:21:09 +0900 (Thu, 31 Aug 2017)
New Revision: 3032

Modified:
   trunk/OpenRTM-aist/docs/Makefile.am
Log:
[compat,document] Conf file generation in Makefile.am has been modified. refs #4173

Modified: trunk/OpenRTM-aist/docs/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/docs/Makefile.am	2017-08-31 00:55:58 UTC (rev 3031)
+++ trunk/OpenRTM-aist/docs/Makefile.am	2017-08-31 07:21:09 UTC (rev 3032)
@@ -7,18 +7,18 @@
 
 AUTOMAKE_OPTIONS = 1.4
 
-all:   doxygen_classref.conf  doxygen_idlref.conf
+#all:   doxygen_classref.conf  doxygen_idlref.conf
 
-ClassReference:
+ClassReference: doxygen_classref.conf
 	make -f Makefile.docs ClassReference
 
-ClassReference-en:
+ClassReference-en: doxygen_classref.conf
 	make -f Makefile.docs ClassReference-en
 
-IDLReference:
+IDLReference: doxygen_idlref.conf
 	make -f Makefile.docs IDLReference
 
-IDLReference-en:
+IDLReference-en: doxygen_idlref.conf
 	make -f Makefile.docs IDLReference-en
 
 #DevelopersGuide.ps:



More information about the openrtm-commit mailing list