File: addMake.sh

package info (click to toggle)
showimg 0.9.5-1.3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,468 kB
  • ctags: 13,090
  • sloc: ansic: 65,847; cpp: 57,096; sh: 12,726; perl: 2,715; yacc: 2,307; makefile: 549; lex: 286
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
for i in *
do
	if [ -d $i -a $i != 'showimg' ]
	then
		echo "KDE_LANG=$i"      >  $i/Makefile.am
		echo 'KDE_DOCS=showimg' >> $i/Makefile.am
	fi	
done