~ubuntu-branches/ubuntu/vivid/hyphen/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/01_hyphen_tex_from_TeXLive/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-09-18 21:40:22 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140918214022-sb8l8lk9ob42x41b
Tags: 2.8.8-1
* New upstream release

* fix second build in a row by removing Makefile.in hunk from patch.
  regen'ed anyway using dh-autoreconf 
* move from dpatch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS= doc tests
 
2
 
 
3
lib_LTLIBRARIES = libhyphen.la
 
4
libhyphen_la_SOURCES = hnjalloc.c hyphen.c
 
5
libhyphen_la_LDFLAGS = -version-info 3:0:3
 
6
include_HEADERS = hyphen.h
 
7
noinst_HEADERS = hnjalloc.h
 
8
 
 
9
noinst_PROGRAMS = substrings example
 
10
substrings_SOURCES = substrings.c
 
11
example_SOURCES = example.c
 
12
example_LDADD = libhyphen.la
 
13
 
 
14
bin_SCRIPTS = substrings.pl
 
15
 
 
16
hyphdir = $(datadir)/hyphen
 
17
 
 
18
# use it if you can recreate hyph_en_US.dic from
 
19
hyph_DATA = hyph_en_US.dic
 
20
 
 
21
EXTRA_DIST = checkme.lst hyphen.tex tbhyphext.tex tbhyphext.sh \
 
22
    README.compound README.hyphen README.nonstandard substrings.pl hyphen.patch \
 
23
    COPYING.MPL COPYING.LGPL hyph_en_US.dic README_hyph_en_US.txt lig.awk \
 
24
    ligpatch.txt
 
25
 
 
26
hyphen.us3:
 
27
        cp -f $(srcdir)/hyphen.tex hyphen.us
 
28
        patch < $(srcdir)/hyphen.patch
 
29
        $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2
 
30
        cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3
 
31
        cat $(srcdir)/ligpatch.txt >>hyphen.us3
 
32
 
 
33
hyph_en_US.dic: hyphen.us3
 
34
        perl $(srcdir)/substrings.pl hyphen.us3 hyph_en_US.dic UTF-8 2 3 >/dev/null
 
35
 
 
36
clean-local:
 
37
        rm -rf hyphen.us* hyph_en_US.dic