summaryrefslogtreecommitdiffstats
path: root/.settings
Commit message (Expand)AuthorAgeFilesLines
* Tell fossil and Eclipse that the default eol-convention is LF. jan.nijtmans2013-03-062-0/+4
t << " print G \"$_\";\n"; t << " }\n"; t << " }\n"; t << " } \n"; t << " else {\n"; t << " print STDERR \"Warning file $f does not exist\\n\";\n"; t << " }\n"; t << " unlink $f;\n"; t << "}\n"; t << "\n"; t << "sub usage {\n"; t << " print STDERR \"Usage: installdox [options] [html-file [html-file ...]]\\n\";\n"; t << " print STDERR \"Options:\\n\";\n"; t << " print STDERR \" -l tagfile\\@linkName tag file + URL or directory \\n\";\n"; t << " print STDERR \" -q Quiet mode\\n\\n\";\n"; t << " exit 1;\n"; t << "}\n"; } else { err("Error: Cannot open file %s for writing\n",fileName.data()); } f.close(); struct stat stat_struct; stat(fileName,&stat_struct); #if !defined(_WIN32) chmod(fileName,stat_struct.st_mode|S_IXUSR|S_IXGRP|S_IXOTH); #endif }