Changeset 3173 in orxonox.OLD for orxonox/trunk/doc
- Timestamp:
- Dec 15, 2004, 1:02:52 AM (20 years ago)
- Location:
- orxonox/trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/doc/documentation.am
r3167 r3173 25 25 \ 26 26 $(DX_CONF_DIR)/progress >> $(DX_CONFIG_FILE); \ 27 if test $(DEBUG) = yes ; then \ 28 echo "QUIET = \"NO\"" >> $(DX_CONFIG_FILE); \ 29 else \ 30 echo "QUIET = \"YES\"" >> $(DX_CONFIG_FILE); \ 31 fi ;\ 27 32 \ 28 33 $(DX_CONF_DIR)/input >> $(DX_CONFIG_FILE); \ … … 35 40 $(DX_CONF_DIR)/confopts >> $(DX_CONFIG_FILE) 36 41 42 doc-delete: 43 @echo "Deleting doxygen Documentation" ; \ 44 rm -rf $(top_srcdir)/doc/html ; \ 45 rm -rf $(top_srcdir)/doc/latex 37 46 38 47 39 48 40 41 .PHONY: doc doc-config 49 .PHONY: doc doc-config doc-delete 42 50 43 51 # Local Variables: -
orxonox/trunk/doc/doxyconf/progress
r3167 r3173 3 3 # configuration options related to warning and progress messages 4 4 #--------------------------------------------------------------------------- 5 QUIET = NO6 5 WARNINGS = YES 7 6 WARN_IF_UNDOCUMENTED = YES
Note: See TracChangeset
for help on using the changeset viewer.