Ticket #26539: patch-no_txt2html

File patch-no_txt2html, 3.9 KB (added by reg-macports.org@…, 14 years ago)
Line 
1diff -Nur wml-2.0.11.orig/Makefile.in wml-2.0.11/Makefile.in
2--- wml-2.0.11.orig/Makefile.in 2010-09-19 23:15:53.000000000 +0200
3+++ wml-2.0.11/Makefile.in      2010-09-19 23:17:51.000000000 +0200
4@@ -175,9 +175,6 @@
5        $(INSTALL_DATA) wml_aux/iselect/iselect.1 $(mandir)/man1/wml_aux_iselect.1
6        $(INSTALL_SCRIPT) wml_aux/map2html/map2html.pl $(libdir)/exec/wml_aux_map2html
7        $(INSTALL_DATA) wml_aux/map2html/map2html.1 $(mandir)/man1/wml_aux_map2html.1
8-       $(INSTALL_SCRIPT) wml_aux/txt2html/txt2html.pl $(libdir)/exec/wml_aux_txt2html
9-       $(INSTALL_DATA) wml_aux/txt2html/txt2html.txt $(mandir)/$(catdir)1/wml_aux_txt2html.1
10-       $(INSTALL_DATA) wml_aux/txt2html/txt2html.dict $(libdir)/data/txt2html.dict
11        $(INSTALL_SCRIPT) wml_aux/htmlinfo/htmlinfo.pl $(libdir)/exec/wml_aux_htmlinfo
12        $(INSTALL_DATA) wml_aux/htmlinfo/htmlinfo.1 $(mandir)/man1/wml_aux_htmlinfo.1
13        $(INSTALL_SCRIPT) wml_aux/linklint/linklint.pl $(libdir)/exec/wml_aux_linklint
14diff -Nur wml-2.0.11.orig/configure wml-2.0.11/configure
15--- wml-2.0.11.orig/configure   2010-09-19 23:15:53.000000000 +0200
16+++ wml-2.0.11/configure        2010-09-19 23:17:43.000000000 +0200
17@@ -3001,7 +3001,7 @@
18 echo "$as_me:$LINENO: result: ${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&5
19 echo "${ECHO_T}${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&6
20 
21-                                                                                                                                                                                                                                      ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_backend/p9_slice/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/htmlclean/Makefile wml_aux/linklint/Makefile wml_aux/map2html/Makefile wml_aux/txt2html/Makefile wml_aux/weblint/Makefile wml_aux/freetable/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile"
22+                                                                                                                                                                                                                                      ac_config_files="$ac_config_files Makefile wml_frontend/Makefile wml_backend/Makefile wml_backend/p1_ipp/Makefile wml_backend/p5_divert/Makefile wml_backend/p6_asubst/Makefile wml_backend/p7_htmlfix/Makefile wml_backend/p8_htmlstrip/Makefile wml_backend/p9_slice/Makefile wml_common/Makefile wml_docs/Makefile wml_aux/Makefile wml_aux/htmlinfo/Makefile wml_aux/htmlclean/Makefile wml_aux/linklint/Makefile wml_aux/map2html/Makefile wml_aux/weblint/Makefile wml_aux/freetable/Makefile wml_misc/Makefile wml_include/Makefile wml_test/Makefile"
23 cat >confcache <<\_ACEOF
24 # This file is a shell script that caches the results of configure
25 # tests run on this system so they can be shared between configure
26@@ -3568,7 +3568,6 @@
27   "wml_aux/htmlclean/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/htmlclean/Makefile" ;;
28   "wml_aux/linklint/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/linklint/Makefile" ;;
29   "wml_aux/map2html/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/map2html/Makefile" ;;
30-  "wml_aux/txt2html/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/txt2html/Makefile" ;;
31   "wml_aux/weblint/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/weblint/Makefile" ;;
32   "wml_aux/freetable/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/freetable/Makefile" ;;
33   "wml_misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_misc/Makefile" ;;
34diff -Nur wml-2.0.11.orig/wml_aux/Makefile.in wml-2.0.11/wml_aux/Makefile.in
35--- wml-2.0.11.orig/wml_aux/Makefile.in 2010-09-19 23:15:53.000000000 +0200
36+++ wml-2.0.11/wml_aux/Makefile.in      2010-09-19 23:17:16.000000000 +0200
37@@ -20,7 +20,6 @@
38    htmlinfo  \
39    linklint  \
40    map2html  \
41-   txt2html  \
42    weblint   \
43    freetable
44