IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2006, 12:48:48 PM (21 years ago)
Author:
jhoblitt
Message:

additional modifications and bug fixes to support multiple tables in a package

File:
1 edited

Legend:

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

    r5907 r5960  
    1111[% IF NOT loop.last -%]
    1212    $(top_builddir)/docs/man/man3/[% table.object_name %].3 \
    13 [% ELSE -%]
     13[%- ELSE -%]
    1414    $(top_builddir)/docs/man/man3/[% table.object_name %].3
    1515[% END -%]
    1616[% END %]
    1717
     18docs/man/man3/[% pkg_name %].3
    1819[%- FOREACH table = tables -%]
    19 docs/man/man3/[% pkg_name %].3 docs/man/man3/[% table.object_name %].3:
     20 docs/man/man3/[% table.object_name %].3
     21[%- IF loop.last %]:[% END -%]
     22[%- END %]
    2023        $(DOXYGEN)
    21 [%- END %]
    2224
    2325clean-local:
Note: See TracChangeset for help on using the changeset viewer.