[smc-discuss] [Git][smc/hyphenation][master] 4 commits: Remove files for OO and their references

Santhosh Thottingal gitlab at gitlab.com
Sun Jul 5 02:53:14 PDT 2015


Santhosh Thottingal pushed to branch master at SMC / Hyphenation


Commits:
a520259d by Balasankar C at 2015-07-05T12:22:54Z
Remove files for OO and their references

- - - - -
7496b132 by Balasankar C at 2015-07-05T13:26:20Z
Remove OpenOffice Specific files and references

- - - - -
1bf31a62 by Balasankar C at 2015-07-05T13:29:08Z
Add changelog entry

- - - - -
65af5d3c by Santhosh Thottingal at 2015-07-05T09:51:28Z
Merge branch 'master' into 'master'

Remove OO specific files and references

* Fix Makefile
* Remove OO specific file from repo

See merge request !1

- - - - -


33 changed files:

- as_IN/ChangeLog
- as_IN/Makefile
- − as_IN/openoffice.org-hyphenation-as
- bn_IN/ChangeLog
- bn_IN/Makefile
- − bn_IN/openoffice.org-hyphenation-bn
- gu_IN/ChangeLog
- gu_IN/Makefile
- − gu_IN/openoffice.org-hyphenation-gu
- hi_IN/ChangeLog
- hi_IN/Makefile
- − hi_IN/openoffice.org-hyphenation-hi
- kn_IN/ChangeLog
- kn_IN/Makefile
- − kn_IN/openoffice.org-hyphenation-kn
- ml_IN/ChangeLog
- ml_IN/Makefile
- − ml_IN/openoffice.org-hyphenation-ml
- mr_IN/ChangeLog
- mr_IN/Makefile
- − mr_IN/openoffice.org-hyphenation-mr
- or_IN/ChangeLog
- or_IN/Makefile
- − or_IN/openoffice.org-hyphenation-or
- pa_IN/ChangeLog
- pa_IN/Makefile
- − pa_IN/openoffice.org-hyphenation-pa
- ta_IN/ChangeLog
- ta_IN/Makefile
- − ta_IN/openoffice.org-hyphenation-ta
- te_IN/ChangeLog
- te_IN/Makefile
- − te_IN/openoffice.org-hyphenation-te


Changes:

=====================================
as_IN/ChangeLog
=====================================
--- a/as_IN/ChangeLog
+++ b/as_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
as_IN/Makefile
=====================================
--- a/as_IN/Makefile
+++ b/as_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-as/
 
 
 dict_files = hyph_as_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-as
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-as-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -48,7 +44,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -57,7 +52,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
as_IN/openoffice.org-hyphenation-as deleted
=====================================
--- a/as_IN/openoffice.org-hyphenation-as
+++ /dev/null
@@ -1 +0,0 @@
-HYPH as IN hyph_as_IN


=====================================
bn_IN/ChangeLog
=====================================
--- a/bn_IN/ChangeLog
+++ b/bn_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
bn_IN/Makefile
=====================================
--- a/bn_IN/Makefile
+++ b/bn_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-bn/
 
 
 dict_files = hyph_bn_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-bn
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-bn-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
bn_IN/openoffice.org-hyphenation-bn deleted
=====================================
--- a/bn_IN/openoffice.org-hyphenation-bn
+++ /dev/null
@@ -1 +0,0 @@
-HYPH bn IN hyph_bn_IN


=====================================
gu_IN/ChangeLog
=====================================
--- a/gu_IN/ChangeLog
+++ b/gu_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
gu_IN/Makefile
=====================================
--- a/gu_IN/Makefile
+++ b/gu_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-gu/
 
 
 dict_files = hyph_gu_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-gu
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-gu-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
gu_IN/openoffice.org-hyphenation-gu deleted
=====================================
--- a/gu_IN/openoffice.org-hyphenation-gu
+++ /dev/null
@@ -1 +0,0 @@
-HYPH gu IN hyph_gu_IN


=====================================
hi_IN/ChangeLog
=====================================
--- a/hi_IN/ChangeLog
+++ b/hi_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
hi_IN/Makefile
=====================================
--- a/hi_IN/Makefile
+++ b/hi_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-hi/
 
 
 dict_files = hyph_hi_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-hi
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-hi-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
hi_IN/openoffice.org-hyphenation-hi deleted
=====================================
--- a/hi_IN/openoffice.org-hyphenation-hi
+++ /dev/null
@@ -1 +0,0 @@
-HYPH hi IN hyph_hi_IN


=====================================
kn_IN/ChangeLog
=====================================
--- a/kn_IN/ChangeLog
+++ b/kn_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
kn_IN/Makefile
=====================================
--- a/kn_IN/Makefile
+++ b/kn_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-kn/
 
 
 dict_files = hyph_kn_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-kn
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-kn-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
kn_IN/openoffice.org-hyphenation-kn deleted
=====================================
--- a/kn_IN/openoffice.org-hyphenation-kn
+++ /dev/null
@@ -1 +0,0 @@
-HYPH ka IN hyph_ka_IN


=====================================
ml_IN/ChangeLog
=====================================
--- a/ml_IN/ChangeLog
+++ b/ml_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
ml_IN/Makefile
=====================================
--- a/ml_IN/Makefile
+++ b/ml_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-ml/
 
 
 dict_files = hyph_ml_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-ml
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-ml-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,9 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/
-
-


=====================================
ml_IN/openoffice.org-hyphenation-ml deleted
=====================================
--- a/ml_IN/openoffice.org-hyphenation-ml
+++ /dev/null
@@ -1 +0,0 @@
-HYPH ml IN hyph_ml_IN


=====================================
mr_IN/ChangeLog
=====================================
--- a/mr_IN/ChangeLog
+++ b/mr_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
mr_IN/Makefile
=====================================
--- a/mr_IN/Makefile
+++ b/mr_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-mr/
 
 
 dict_files = hyph_mr_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-mr
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-mr-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
mr_IN/openoffice.org-hyphenation-mr deleted
=====================================
--- a/mr_IN/openoffice.org-hyphenation-mr
+++ /dev/null
@@ -1 +0,0 @@
-HYPH mr IN hyph_mr_IN


=====================================
or_IN/ChangeLog
=====================================
--- a/or_IN/ChangeLog
+++ b/or_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
or_IN/Makefile
=====================================
--- a/or_IN/Makefile
+++ b/or_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-or/
 
 
 dict_files = hyph_or_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-or
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-or-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
or_IN/openoffice.org-hyphenation-or deleted
=====================================
--- a/or_IN/openoffice.org-hyphenation-or
+++ /dev/null
@@ -1 +0,0 @@
-HYPH or IN hyph_or_IN


=====================================
pa_IN/ChangeLog
=====================================
--- a/pa_IN/ChangeLog
+++ b/pa_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
pa_IN/Makefile
=====================================
--- a/pa_IN/Makefile
+++ b/pa_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-pa/
 
 
 dict_files = hyph_pa_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-pa
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-pa-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
pa_IN/openoffice.org-hyphenation-pa deleted
=====================================
--- a/pa_IN/openoffice.org-hyphenation-pa
+++ /dev/null
@@ -1 +0,0 @@
-HYPH pa IN hyph_pa_IN


=====================================
ta_IN/ChangeLog
=====================================
--- a/ta_IN/ChangeLog
+++ b/ta_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
ta_IN/Makefile
=====================================
--- a/ta_IN/Makefile
+++ b/ta_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-ta/
 
 
 dict_files = hyph_ta_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-ta
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-ta-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
ta_IN/openoffice.org-hyphenation-ta deleted
=====================================
--- a/ta_IN/openoffice.org-hyphenation-ta
+++ /dev/null
@@ -1 +0,0 @@
-HYPH ta IN hyph_ta_IN


=====================================
te_IN/ChangeLog
=====================================
--- a/te_IN/ChangeLog
+++ b/te_IN/ChangeLog
@@ -1,5 +1,9 @@
 ChangeLog
 --------------
+2015-07-05: Version 0.8.0
+	* Changes made to Makefile - Remove OpenOffice specific files and
+	references
+
 2011-04-02: Version 0.5.8
 	* Changes made to the Makefile
 
@@ -11,10 +15,10 @@ ChangeLog
 	* Do not break before the Vowel in Tamil and Malayalam (eg: Transliterated Arabic words) - Thanks to Kevin for patch. 
 	* We can break after virama in Tamil- Thanks Kevin for the patch
 	* Many cosmetic fixes- Thanks to Mojca Miklavec, texhyphens
-	
+
 2010-02-04: Version 0.5.1
 	* Fixed the confusing license headers, thanks to Parag for reporting.
-	
+
 2009-08-22: Version 0.5
 	* Fixed the bugs reported by Kevin for Malayalam
 	* For all patterns the problems with incompatibility between tex patterns and libhyphen of Openoffice fixed
@@ -27,7 +31,7 @@ ChangeLog
 	* The patters for all languages made compatible with tex rules for hyphenation
 	* Don't break on either side of zwj/zwnj for all languages
 	* LEFTHYPHENMIN  and RIGHTHYPHENMIN properties removed. It can be configured from applications
-	
+
 2009-08-12: Version 0.3
 	* Removed unnecessary zwj/zwnj rules
 	* Added LEFTHYPHENMIN  and RIGHTHYPHENMIN for rules


=====================================
te_IN/Makefile
=====================================
--- a/te_IN/Makefile
+++ b/te_IN/Makefile
@@ -19,23 +19,19 @@
 DESTDIR = 
 hyphdir = /usr/share/hyphen/
 dictdir = /usr/share/myspell/dicts/
-ooo_info_dir = /usr/share/myspell/infos/ooo/
 docdir = /usr/share/doc/hyphen-te/
 
 
 dict_files = hyph_te_IN.dic
 doc_files = README ChangeLog
 extra_files = Makefile
-ooo_info_file = openoffice.org-hyphenation-te
-version = 0.7.0
+version = 0.8.0
 
 distdir=hyphen-te-${version}
 
 all: ${doc_files} ${dict_files}
 
 install: all
-	mkdir -p ${DESTDIR}${ooo_info_dir}
-	cp ${ooo_info_file}  ${DESTDIR}${ooo_info_dir}
 	mkdir -p ${DESTDIR}${docdir}
 	cp ${doc_files} ${DESTDIR}${docdir}
 	mkdir -p ${DESTDIR}${hyphdir}
@@ -47,7 +43,6 @@ install: all
 uninstall:
 	-cd ${DESTDIR}${dictdir}/ && rm ${dict_files}
 	-cd ${DESTDIR}${docdir}/ && rm ${doc_files}
-	-cd ${DESTDIR}${ooo_info_dir}/ && rm ${ooo_info_file}
 	-cd ${DESTDIR}${hyphdir}/ && rm ${dict_files}
 	
 clean:
@@ -56,7 +51,7 @@ clean:
 dist:
 	-rm -rf ${distdir}.tar.bz2 ${distdir}
 	mkdir ${distdir}
-	cp -p ${dict_files}  ${doc_files} ${ooo_info_file}  ${extra_files} ${distdir}/
+	cp -p ${dict_files}  ${doc_files}  ${extra_files} ${distdir}/
 	tar cf ${distdir}.tar ${distdir}/
 	bzip2 -9 ${distdir}.tar
 	rm -rf ${distdir}/


=====================================
te_IN/openoffice.org-hyphenation-te deleted
=====================================
--- a/te_IN/openoffice.org-hyphenation-te
+++ /dev/null
@@ -1 +0,0 @@
-HYPH te IN hyph_te_IN



View it on GitLab: https://gitlab.com/smc/hyphenation/compare/a3b5f3c82cea5fd595c092ac825f12eb171f74df...65af5d3ccd6389c5af23e3bf4d2d61f23ee756c1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.smc.org.in/pipermail/discuss-smc.org.in/attachments/20150705/e4dacfe8/attachment-0001.htm>


More information about the discuss mailing list