Changeset 3218 in orxonox.OLD for orxonox/trunk/doc
- Timestamp:
- Dec 19, 2004, 4:05:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/doc/documentation.am
r3205 r3218 3 3 4 4 doc: 5 @echo "Generating doxygen Documentation"; \6 5 if test ! -e $(DX_CONFIG_FILE); then \ 7 6 make doc-config; \ 8 7 fi 8 @echo "Generating doxygen Documentation"; \ 9 9 doxygen $(DX_CONFIG_FILE) 10 10 … … 41 41 42 42 doc-delete: 43 @echo "Deleting doxygen Documentation" ; \44 rm -rf $(top_srcdir)/doc/html ; \43 @echo "Deleting doxygen Documentation" 44 rm -rf $(top_srcdir)/doc/html 45 45 rm -rf $(top_srcdir)/doc/latex 46 46 47 distclean-local: doc-delete 48 rm -f $(top_srcdir)/orxodox 47 49 50 clean-local: doc-delete 51 52 all-local: doc 48 53 49 54 .PHONY: doc doc-config doc-delete
Note: See TracChangeset
for help on using the changeset viewer.