bookloupe/Makefile.am
author ali <ali@juiblex.co.uk>
Wed Oct 16 22:51:29 2013 +0100 (2013-10-16)
changeset 189 43b8447c9ea7
parent 94 3f655b1b0d93
permissions -rw-r--r--
Fix bug #28: Don't report ., as double punctuation after "etc" or "&c"
     1 INCLUDES=-I$(top_srcdir)
     2 bin_PROGRAMS=bookloupe
     3 bookloupe_SOURCES=bookloupe.c bookloupe.h counters.c counters.h \
     4 	pending.c pending.h
     5 pkgdata_DATA=bookloupe.typ
     6 AM_CFLAGS=$(GLIB_CFLAGS)
     7 LIBS=$(GLIB_LIBS)
     8 LDADD=../bl/libbl.la
     9 
    10 bookloupe.typ:	bookloupe.typ.in
    11 	sed 's/$$/\r/' $< > $@
    12 
    13 HTMLentities.h:	gen-html-entities.sh HTMLlat1.ent HTMLsymbol.ent HTMLspecial.ent
    14 	sh ${srcdir}/gen-html-entities.sh ${srcdir}/HTMLlat1.ent \
    15 	  ${srcdir}/HTMLsymbol.ent ${srcdir}/HTMLspecial.ent > $@
    16 
    17 bookloupe.$(OBJEXT): HTMLentities.h
    18 
    19 EXTRA_DIST=bookloupe.typ.in gen-html-entities.sh HTMLlat1.ent HTMLsymbol.ent \
    20 	HTMLspecial.ent
    21 CLEANFILES=bookloupe.typ HTMLentities.h