[dutch-svn] r77 - trunk/debian

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Sat Jun 9 23:01:30 UTC 2007


Author: kroeckx
Date: 2007-06-09 23:01:30 +0000 (Sat, 09 Jun 2007)
New Revision: 77

Modified:
   trunk/debian/rules
Log:
No need to add the wordcount, munch adds it itself.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-06-09 22:44:55 UTC (rev 76)
+++ trunk/debian/rules	2007-06-09 23:01:30 UTC (rev 77)
@@ -81,12 +81,10 @@
 	# Those really should be in the "build" target, but we don't
 	# want to bother the buildds with this.
 	# myspell
-	munch $(LATIN1OUTPUT) myspell/nl.aff > myspell/nl.mwl
-	wc -l myspell/nl.mwl > myspell/nl.dic
-	cat myspell/nl.mwl >> myspell/nl.dic
+	munch $(LATIN1OUTPUT) myspell/nl.aff > myspell/nl.dic
 	# aspell
 	cp myspell/nl.aff aspell/nl_affix.dat
-	cp myspell/nl.mwl aspell/nl.wl
+	cp myspell/nl.dic aspell/nl.wl
 	prezip aspell/nl.wl
 	gzip -9f aspell/nl.cwl
 




More information about the pkg-dutch-commit mailing list