Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: third_party/hyphen/Makefile.am

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hyphen/INSTALL ('k') | third_party/hyphen/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hyphen/Makefile.am
diff --git a/third_party/hyphen/Makefile.am b/third_party/hyphen/Makefile.am
deleted file mode 100644
index 6f4b18b6001c74177be9cae757e4dd2aa450793b..0000000000000000000000000000000000000000
--- a/third_party/hyphen/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-SUBDIRS= doc tests
-
-lib_LTLIBRARIES = libhyphen.la
-libhyphen_la_SOURCES = hnjalloc.c hyphen.c
-libhyphen_la_LDFLAGS = -version-info 2:0:2
-include_HEADERS = hyphen.h
-noinst_HEADERS = hnjalloc.h
-
-noinst_PROGRAMS = substrings example
-substrings_SOURCES = substrings.c
-example_SOURCES = example.c
-example_LDADD = libhyphen.la
-
-bin_SCRIPTS = substrings.pl
-
-hyphdir = $(datadir)/hyphen
-
-# use it if you can recreate hyph_en_US.dic from
-hyph_DATA = hyph_en_US.dic
-
-EXTRA_DIST = checkme.lst hyphen.tex tbhyphext.tex tbhyphext.sh \
- README.compound README.hyphen README.nonstandard substrings.pl hyphen.patch \
- COPYING.MPL COPYING.LGPL hyph_en_US.dic README_hyph_en_US.txt lig.awk \
- ligpatch.txt ooopatch.sed
-
-hyphen.us3:
- cp -f $(srcdir)/hyphen.tex hyphen.us
- patch < $(srcdir)/hyphen.patch
- $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2
- cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3
- cat $(srcdir)/ligpatch.txt >>hyphen.us3
-
-hyph_en_US.dic: hyphen.us3
- perl $(srcdir)/substrings.pl hyphen.us3 hyphen.us4 UTF-8 2 3 >/dev/null
- cat hyphen.us4 | $(SED) -f $(srcdir)/ooopatch.sed >hyph_en_US.dic
-
-clean-local:
- rm -rf hyphen.us* hyph_en_US.dic
« no previous file with comments | « third_party/hyphen/INSTALL ('k') | third_party/hyphen/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698