equal
deleted
inserted
replaced
38 # Also runs the Orb python plug-ins which post-process the XML. |
38 # Also runs the Orb python plug-ins which post-process the XML. |
39 $(OUTPUTPATH)/$(DOXY_FILE).done: $(OUTPUTPATH)/$(DOXY_FILE) |
39 $(OUTPUTPATH)/$(DOXY_FILE).done: $(OUTPUTPATH)/$(DOXY_FILE) |
40 $(call startrule,rundoxygen) \ |
40 $(call startrule,rundoxygen) \ |
41 $(SBS_DOXYGEN) $(OUTPUTPATH)/$(DOXY_FILE) && \ |
41 $(SBS_DOXYGEN) $(OUTPUTPATH)/$(DOXY_FILE) && \ |
42 $(GNUTOUCH) $(OUTPUTPATH)/$(DOXY_FILE).done && \ |
42 $(GNUTOUCH) $(OUTPUTPATH)/$(DOXY_FILE).done && \ |
43 $(GNUCP) -r -u $(OUTPUTPATH)/dox/dita $(EPOCROOT)/epoc32/release/doxygen \ |
43 $(SBS_PYTHON) "$(SBS_HOME)/python/orb/comp_copy.py" $(OUTPUTPATH)/dox/dita $(EPOCROOT)/epoc32/release/doxygen/dita \ |
44 $(call endrule,rundoxygen) |
44 $(call endrule,rundoxygen) |
45 |
45 |
46 #Generate the doxygen configuration file from a template |
46 #Generate the doxygen configuration file from a template |
47 #cpp is run on the PROUDCT_INLCLUDE hrh file to output all defines. |
47 #cpp is run on the PROUDCT_INLCLUDE hrh file to output all defines. |
48 #The cpp output piped to several SED regular expressions to create doxygen compatible defines to the TMP_HRH_DEFINES_FILE file |
48 #The cpp output piped to several SED regular expressions to create doxygen compatible defines to the TMP_HRH_DEFINES_FILE file |