Pass input file as parameter.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 26 Apr 2003 19:30:32 +0000 (19:30 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 26 Apr 2003 19:30:32 +0000 (19:30 +0000)
doc/make_gom_xref

index 5a380d1f0565a1ee34edf88917984ce7a5f0d275..5ec203e7ef5550e5c6d6ef186b338af2ead9ccc1 100755 (executable)
@@ -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 = "";