From: Peter Verthez Date: Sat, 26 Apr 2003 19:30:32 +0000 (+0000) Subject: Pass input file as parameter. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=ea46c4407babb8328d6916a53b5396bb50a98b25;hp=96dfbdbed170533839ea6848d6c03d36bf3f1947;p=gedcom-parse.git Pass input file as parameter. --- 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 = "";