File: pkg.inp.in

package info (click to toggle)
gretl 2021a-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 57,556 kB
  • sloc: ansic: 394,030; sh: 4,494; makefile: 2,856; cpp: 2,776; xml: 590; perl: 364
file content (11 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
set echo off
set messages off

string topsrc = "@top_srcdir@"
string dtd = topsrc ~ "/share/functions/gretlfunc.dtd"
string pkgdir = topsrc ~ "/addons/HIP"

include @pkgdir/HIP_private.inp
include @pkgdir/HIP_public.inp

makepkg HIP.gfn --index --translations --quiet --dtd="@dtd"