IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4350


Ignore:
Timestamp:
Jun 22, 2005, 1:11:11 PM (21 years ago)
Author:
jhoblitt
Message:

specifiy that the build man pages come from under the builddir

File:
1 edited

Legend:

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

    r4349 r4350  
    66EXTRA_DIST = [% pkg_name %].pc.in Doxyfile.in
    77
    8 man_MANS = docs/man/man3/[% pkg_name %].3 docs/man/man3/[% object_name %].3
     8man_MANS = \
     9    $(top_builddir)/docs/man/man3/[% pkg_name %].3 \
     10    $(top_builddir)/docs/man/man3/[% object_name %].3
    911
    1012docs/man/man3/[% pkg_name %].3 docs/man/man3/[% object_name %].3:
Note: See TracChangeset for help on using the changeset viewer.