Skip to content

Commit

Permalink
Remove files for OO and their references
Browse files Browse the repository at this point in the history
  • Loading branch information
balasankarc committed Jul 5, 2015
1 parent a3b5f3c commit a520259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 2 additions & 9 deletions ml_IN/Makefile
Expand Up @@ -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}
Expand All @@ -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:
Expand All @@ -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}/


1 change: 0 additions & 1 deletion ml_IN/openoffice.org-hyphenation-ml

This file was deleted.

0 comments on commit a520259

Please sign in to comment.