diff options
Diffstat (limited to 'textproc/sowing/files/patch-src_tohtml_Makefile.in')
-rw-r--r-- | textproc/sowing/files/patch-src_tohtml_Makefile.in | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/textproc/sowing/files/patch-src_tohtml_Makefile.in b/textproc/sowing/files/patch-src_tohtml_Makefile.in index eadcb75ca457..cecd7f4ea1bf 100644 --- a/textproc/sowing/files/patch-src_tohtml_Makefile.in +++ b/textproc/sowing/files/patch-src_tohtml_Makefile.in @@ -1,6 +1,6 @@ ---- ./src/tohtml/Makefile.in.orig 2009-12-28 17:03:12.000000000 +0100 -+++ ./src/tohtml/Makefile.in 2009-12-30 14:36:54.000000000 +0100 -@@ -4,14 +4,14 @@ +--- src/tohtml/Makefile.in.orig 2015-07-06 18:26:48 UTC ++++ src/tohtml/Makefile.in +@@ -6,7 +6,7 @@ INSTALL_DATA = @INSTALL_DATA@ include ../../Makerules top_srcdir=@top_srcdir@ srcdir=@srcdir@ @@ -9,18 +9,12 @@ @VPATH@ LIBS = ../../lib/libsowing.a - INCLUDES = -I${top_srcdir}/include -I. -I../../include - DEFS = -DPSPATH='"@bindir@/"' \ -- -DBMSOURCE='"@datarootdir@/"' \ -- -DBASEDEF='"@datarootdir@/basedefs.txt"' -+ -DBMSOURCE='"@datadir@/"' \ -+ -DBASEDEF='"@datadir@/basedefs.txt"' - PROGRAMS = tohtml tortf +@@ -39,7 +39,7 @@ distclean: clean - BASEOBJS = search.o texactio.o rdaux.o rdindx.o label.o scan.o \ -@@ -40,4 +40,4 @@ install: $(INSTALL_PROGRAM) tohtml @bindir@/tohtml - $(INSTALL_PROGRAM) xwdsize @bindir@/xwdsize -- $(INSTALL_DATA) basedefs.txt @datarootdir@/basedefs.txt -+ $(INSTALL_DATA) basedefs.txt @datadir@/basedefs.txt +- $(INSTALL_DATA) ../../share/basedefs.txt @datarootdir@/basedefs.txt ++ $(INSTALL_DATA) ../../share/basedefs.txt @datadir@/basedefs.txt + + # We no longer need this program, which is good because X11 is getting + # harder to find |