IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2006, 3:37:23 PM (20 years ago)
Author:
jhoblitt
Message:

build doxygen docs in the build tree path
install doxygen man pages into the correct locations from the build tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.am

    r8906 r8964  
    99    pslib-config.in \
    1010    pslib.pc.in \
    11     autogen.sh
     11    autogen.sh 
    1212
    1313if DOXYGEN
    14 docs: Doxyfile $(prefix)/docs/pslib $(mandir)/man3
    15         doxygen Doxyfile
    16         mv -f $(prefix)/docs/pslib/man/man3/* $(mandir)/man3
    17         rm -rf $(prefix)/docs/pslib/man
     14install-data-hook: doxygen
     15        -$(mkdir_p) $(mandir)/man3
     16        chmod 0755 $(mandir)/man3
     17        -cp $(top_builddir)/docs/man/man3/* $(mandir)/man3
     18
     19doxygen:
     20        $(DOXYGEN)
    1821endif
    1922
    20 $(prefix)/docs/pslib:
    21         mkdir -p -m 744 $(prefix)/docs/pslib
     23CLEANFILES = *~ *.bb *.bbg *.da DoxygenLog
    2224
    23 $(mandir)/man3:
    24         mkdir -p -m 744 $(mandir)/man3
    25 
    26 CLEANFILES = $(prefix)/docs/pslib/* *~ *.bb *.bbg *.da
     25clean-local:
     26        -rm -rf docs
    2727
    2828test: check
    29 
    30 distuninstallcheck_listfiles = \
    31         `find . -name .packlist -or -name perllocal.pod -or -name pslib.bs -or -name pslib.so -or -name pslib.pm`
    32 
    33 distuninstallcheck:
    34         @:
Note: See TracChangeset for help on using the changeset viewer.