IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6118


Ignore:
Timestamp:
Jan 20, 2006, 10:06:02 PM (20 years ago)
Author:
jhoblitt
Message:

make doxygen optional

Location:
trunk/glueforge/templates/psdb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r4664 r6118  
    2424fi
    2525
    26 AC_PATH_PROG([DOXYGEN], [doxygen], [missing])
    27 if test "$DOXYGEN" = "missing" ; then
    28   AC_MSG_ERROR([doxygen is required])
    29 fi
     26AC_PATH_PROG([doxygen], [doxygen], [missing])
     27AM_CONDITIONAL([DOXYGEN], test "x$doxygen" = "xmissing")
    3028
    3129dnl is this the best was to setup recursive CFLAGS?
  • trunk/glueforge/templates/psdb/top_makefile_am.tt

    r5960 r6118  
    55
    66EXTRA_DIST = [% pkg_name %].pc.in Doxyfile.in
     7
     8if DOXYGEN
    79
    810man_MANS = \
     
    2325        $(DOXYGEN)
    2426
     27endif
     28
    2529clean-local:
    2630        -rm -rf docs
Note: See TracChangeset for help on using the changeset viewer.