IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4344


Ignore:
Timestamp:
Jun 21, 2005, 5:09:28 PM (21 years ago)
Author:
jhoblitt
Message:

add Doxyfile.in

Location:
trunk/glueforge
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r4334 r4344  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.23 2005-06-22 00:17:26 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.24 2005-06-22 03:09:28 jhoblitt Exp $
    66
    77use strict;
     
    8585    'configure_ac.tt'       => "$output/configure.ac",
    8686    'pkgconfig_pc_in.tt'    => "$output/$data{pkg_name}.pc.in",
     87    'doxyfile_in.tt'        => "$output/Doxyfile.in",
    8788    'top_makefile_am.tt'    => "$output/Makefile.am",
    8889    'src_makefile_am.tt'    => "$output/src/Makefile.am",
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r4002 r4344  
    2929  src/Makefile
    3030  [% pkg_name %].pc
     31  Doxyfile
    3132])
    3233AC_OUTPUT
  • trunk/glueforge/templates/psdb/top_makefile_am.tt

    r4002 r4344  
    44pkgconfig_DATA= [% pkg_name %].pc
    55
    6 EXTRA_DIST = [% pkg_name %].pc.in
     6EXTRA_DIST = [% pkg_name %].pc.in Doxyfile.in
Note: See TracChangeset for help on using the changeset viewer.