[go: up one dir, main page]

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 (9 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
for i in *
do
	if [ -d $i ]
	then
		echo "KDE_LANG = $i"         >  $i/Makefile.am
		echo 'SUBDIRS = $(AUTODIRS)' >> $i/Makefile.am
		echo 'POFILES = AUTO'        >> $i/Makefile.am
	fi	
done