Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3173 in orxonox.OLD for orxonox/trunk/doc/documentation.am


Ignore:
Timestamp:
Dec 15, 2004, 1:02:52 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: debug mode implemented ./configure —with-debug compiles in the Debug flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/doc/documentation.am

    r3167 r3173  
    2525\
    2626        $(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 ;\
    2732\
    2833        $(DX_CONF_DIR)/input                                            >> $(DX_CONFIG_FILE); \
     
    3540        $(DX_CONF_DIR)/confopts                                         >> $(DX_CONFIG_FILE)
    3641
     42doc-delete:
     43        @echo "Deleting doxygen Documentation" ; \
     44        rm -rf $(top_srcdir)/doc/html ; \
     45        rm -rf $(top_srcdir)/doc/latex
    3746
    3847
    3948
    40 
    41 .PHONY: doc doc-config
     49.PHONY: doc doc-config doc-delete
    4250
    4351# Local Variables:
Note: See TracChangeset for help on using the changeset viewer.