IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2007, 4:54:15 PM (19 years ago)
Author:
magnier
Message:

cleaned up Doxygen groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/Makefile.am

    r8569 r11253  
    1212        autogen.sh
    1313
    14 if DOXYGEN
     14if HAVE_DOXYGEN
     15install-data-hook: doxygen
     16        -$(mkdir_p) $(mandir)/man3
     17        chmod 0755 $(mandir)/man3
     18        -cp $(top_builddir)/docs/man/man3/* $(mandir)/man3
    1519
    16 docs: Doxyfile $(prefix)/docs/psmodules $(mandir)/man3
    17         doxygen Doxyfile
    18         mv -f $(prefix)/docs/psmodules/man/man3/* $(mandir)/man3
    19         rm -rf $(prefix)/docs/psmodules/man
    20 
    21 $(prefix)/docs/psmodules:
    22         mkdir -p $(prefix)/docs/psmodules
    23 
    24 $(mandir)/man3:
    25         mkdir -p $(mandir)/man3
    26 
    27 uninstall-hook:
    28         rm -rf $(prefix)/docs/psmodules/*
     20doxygen:
     21        $(DOXYGEN)
     22endif
    2923
    3024CLEANFILES = $(prefix)/docs/psmodules/* *~
    3125
    32 endif
    33 
    3426test: check
Note: See TracChangeset for help on using the changeset viewer.