IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

interpolate the default template dir and the program name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r5885 r5886  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.29 2006-01-04 21:50:18 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.30 2006-01-04 22:14:10 jhoblitt Exp $
    66
    77use strict;
     
    2727pod2usage( -msg => "Required option: --input|-i", -exitval => 2 ) unless $input;
    2828
    29 $template = "./template" unless $template;
     29$template = "@datadir@/templates/psdb" unless $template;
    3030
    3131die "file doesn't exist: $input" unless -e $input;
     
    185185=head1 NAME
    186186
    187 md2db.pl - auto-generate 'meta' database bindings
     187@PACKAGE_NAME@ - auto-generate 'meta' database bindings
    188188
    189189=head1 SYNOPSIS
    190190
    191     md2db.pl --input <filename> [--output <dirname>] [--template <dirname>]
     191    @PACKAGE_NAME@ --input <filename> [--output <dirname>] [--template <dirname>]
    192192
    193193=head1 DESCRIPTION
Note: See TracChangeset for help on using the changeset viewer.