IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2005, 2:21:14 PM (21 years ago)
Author:
desonia
Message:

fixed so that doxygen is not required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel8/psModules/Makefile.am

    r5067 r5357  
    88EXTRA_DIST = Doxyfile.in psmodule-config.in psmodule.pc.in
    99
     10if DOXYGEN
     11
    1012docs: Doxyfile $(prefix)/docs/psmodule $(mandir)/man3
    11         $(DOXYGEN)
     13        doxygen Doxyfile
    1214        mv -f $(prefix)/docs/psmodule/man/man3/* $(mandir)/man3
    1315        rm -rf $(prefix)/docs/psmodule/man
     
    2426CLEANFILES = $(prefix)/docs/psmodule/*
    2527
     28endif
     29
    2630test: check
Note: See TracChangeset for help on using the changeset viewer.