mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
[svn r4383] Create autogen directory if it doesn't exist
This commit is contained in:
parent
f2cde066e4
commit
ffab95421e
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/perl -w
|
||||
use strict;
|
||||
|
||||
-d "autogen" or mkdir "autogen", 0755;
|
||||
|
||||
open IDXALL, ">indxal.htm" or die $!;
|
||||
print IDXALL <<END;
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
|
Loading…
Reference in New Issue
Block a user