basic svn capability

svn path=/trunk/; revision=31288
This commit is contained in:
2015-05-31 21:09:48 +00:00
parent c92b1a0686
commit 02f1d40e09
10 changed files with 239 additions and 255 deletions
+2 -4
View File
@@ -1,16 +1,14 @@
#!/bin/sh
inc_processor=true
[ -z "$inc_filenames" ] && . "$basedir/build/filenames.sh"
[ -z "$inc_scaffold" ] && . "$basedir/build/scaffold.sh"
[ -z "$inc_filenames" ] && . "$basedir/build/filenames.sh"
[ -z "$inc_scaffold" ] && . "$basedir/build/scaffold.sh"
process_file(){
infile="$1"
processor="$2"
olang="$3"
[ -z "$domain" ] && domain="www.fsfe.org"
shortname=$(get_shortname "$infile")
lang=$(get_language "$infile")
[ -z "$processor" ] && processor="$(get_processor "$shortname")"