IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6460


Ignore:
Timestamp:
Feb 21, 2006, 2:42:27 PM (20 years ago)
Author:
jhoblitt
Message:

modify for latex templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/latex/Makefile.am

    r6446 r6460  
    11template_files = \
    2     alloc.tt \
    3     alloc_at.tt \
    4     alloc_c.tt \
    5     alloc_h.tt \
    6     autogen_sh.tt \
    7     bootstrap_sh.tt \
    8     cleanup.tt \
    9     cleanup_at.tt \
    10     cleanup_c.tt \
    11     cleanup_h.tt \
    12     code.tt \
    13     configure_ac.tt \
    14     createtable.tt \
    15     createtable_at.tt \
    16     createtable_c.tt \
    17     createtable_h.tt \
    18     dbcleanup_c.tt \
    19     dbsetup_c.tt \
    20     deleterowobjects.tt \
    21     deleterowobjects_h.tt \
    22     doxyfile_in.tt \
    23     droptable.tt \
    24     droptable_at.tt \
    25     droptable_c.tt \
    26     droptable_h.tt \
    27     header.tt \
    28     init.tt \
    29     init_at.tt \
    30     init_c.tt \
    31     init_h.tt \
    32     insert.tt \
    33     insert_at.tt \
    34     insert_c.tt \
    35     insert_h.tt \
    36     insertfits.tt \
    37     insertfits_at.tt \
    38     insertfits_c.tt \
    39     insertfits_h.tt \
    40     insertobject.tt \
    41     insertobject_at.tt \
    42     insertobject_c.tt \
    43     insertobject_h.tt \
    44     makefile.tt \
    45     metadatafromobject.tt \
    46     metadatafromobject_at.tt \
    47     metadatafromobject_c.tt \
    48     metadatafromobject_h.tt \
    49     object_h.tt \
    50     objectfrommetadata.tt \
    51     objectfrommetadata_at.tt \
    52     objectfrommetadata_c.tt \
    53     objectfrommetadata_h.tt \
    54     pkgconfig_pc_in.tt \
    55     pop.tt \
    56     pop_at.tt \
    57     pop_c.tt \
    58     pop_h.tt \
    59     popfits.tt \
    60     popfits_at.tt \
    61     popfits_c.tt \
    62     popfits_h.tt \
    63     popobject.tt \
    64     popobject_at.tt \
    65     popobject_c.tt \
    66     popobject_h.tt \
    67     selectrowobjects.tt \
    68     selectrowobjects_h.tt \
    69     selectrowsfits.tt \
    70     selectrowsfits_at.tt \
    71     selectrowsfits_c.tt \
    72     selectrowsfits_h.tt \
    73     src_makefile_am.tt \
    74     tests_makefile_am.tt \
    75     testsuite_at.tt \
    76     top_makefile_am.tt
     2        config.pl \
     3    tables.tt
    774
    785templatedir = $(datadir)/@PACKAGE_NAME@/templates
    79 psdbtemplatedir = $(templatedir)/psdb
    80 psdbtemplate_DATA = $(template_files)
     6latextemplatedir = $(templatedir)/latex
     7latextemplate_DATA = $(template_files)
    818
    829install-data-hook:
    83         chmod 0755 $(templatedir) $(psdbtemplatedir)
     10        chmod 0755 $(templatedir) $(latextemplatedir)
    8411
    8512EXTRA_DIST = $(template_files)
Note: See TracChangeset for help on using the changeset viewer.