From ea46c4407babb8328d6916a53b5396bb50a98b25 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 26 Apr 2003 19:30:32 +0000 Subject: [PATCH] Pass input file as parameter. --- doc/make_gom_xref | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/make_gom_xref b/doc/make_gom_xref index 5a380d1..5ec203e 100755 --- a/doc/make_gom_xref +++ b/doc/make_gom_xref @@ -4,8 +4,9 @@ use strict; use diagnostics; +my ($inputfile) = @ARGV; + my $gedcom_ref_doc="http://www.gendex.com/gedcom55/55gcch2.htm"; -my $inputfile ="$ENV{srcdir}/../include/gom.h"; my $outputfile ="gomxref.html"; my $ext_link = "interface.html"; my $generated = ""; -- 2.30.2