IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 3:43:13 PM (21 years ago)
Author:
jhoblitt
Message:

add doxygen support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/Makefile.am

    r4653 r4654  
    11# Copyright (C) 2005  Joshua Hoblitt
    22#
    3 # $Id: Makefile.am,v 1.8 2005-07-29 01:20:51 jhoblitt Exp $
     3# $Id: Makefile.am,v 1.9 2005-07-29 01:43:13 jhoblitt Exp $
    44
    55SUBDIRS = src tests
     
    99
    1010EXTRA_DIST = nebulous.wsdl
     11
     12man_MANS = \
     13    $(top_builddir)/docs/man/man3/@PACKAGE@.3
     14
     15docs/man/man3/@PACKAGE@.3
     16        $(DOXYGEN)
     17
     18clean-local:
     19        -rm -rf docs
Note: See TracChangeset for help on using the changeset viewer.