diff -Nur wml-2.0.11.orig/Makefile.in wml-2.0.11/Makefile.in --- wml-2.0.11.orig/Makefile.in 2010-09-19 23:15:53.000000000 +0200 +++ wml-2.0.11/Makefile.in 2010-09-19 23:17:51.000000000 +0200 @@ -177,9 +177,6 @@ $(INSTALL_DATA) wml_aux/iselect/iselect.1 $(mandir)/man1/wml_aux_iselect.1 $(INSTALL_SCRIPT) wml_aux/map2html/map2html.pl $(libdir)/exec/wml_aux_map2html $(INSTALL_DATA) wml_aux/map2html/map2html.1 $(mandir)/man1/wml_aux_map2html.1 - $(INSTALL_SCRIPT) wml_aux/txt2html/txt2html.pl $(libdir)/exec/wml_aux_txt2html - $(INSTALL_DATA) wml_aux/txt2html/txt2html.txt $(mandir)/$(catdir)1/wml_aux_txt2html.1 - $(INSTALL_DATA) wml_aux/txt2html/txt2html.dict $(libdir)/data/txt2html.dict $(INSTALL_SCRIPT) wml_aux/htmlinfo/htmlinfo.pl $(libdir)/exec/wml_aux_htmlinfo $(INSTALL_DATA) wml_aux/htmlinfo/htmlinfo.1 $(mandir)/man1/wml_aux_htmlinfo.1 $(INSTALL_SCRIPT) wml_aux/linklint/linklint.pl $(libdir)/exec/wml_aux_linklint diff -Nur wml-2.0.11.orig/configure wml-2.0.11/configure --- wml-2.0.11.orig/configure 2010-09-19 23:15:53.000000000 +0200 +++ wml-2.0.11/configure 2010-09-19 23:17:43.000000000 +0200 @@ -3001,7 +3001,7 @@ echo "$as_me:$LINENO: result: ${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&5 echo "${ECHO_T}${TERM_BOLD}RESULT: Substituting Files${TERM_NORM}" >&6 - 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" + 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" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -3568,7 +3568,6 @@ "wml_aux/htmlclean/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/htmlclean/Makefile" ;; "wml_aux/linklint/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/linklint/Makefile" ;; "wml_aux/map2html/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/map2html/Makefile" ;; - "wml_aux/txt2html/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/txt2html/Makefile" ;; "wml_aux/weblint/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/weblint/Makefile" ;; "wml_aux/freetable/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_aux/freetable/Makefile" ;; "wml_misc/Makefile" ) CONFIG_FILES="$CONFIG_FILES wml_misc/Makefile" ;; diff -Nur wml-2.0.11.orig/wml_aux/Makefile.in wml-2.0.11/wml_aux/Makefile.in --- wml-2.0.11.orig/wml_aux/Makefile.in 2010-09-19 23:15:53.000000000 +0200 +++ wml-2.0.11/wml_aux/Makefile.in 2010-09-19 23:17:16.000000000 +0200 @@ -20,7 +20,6 @@ htmlinfo \ linklint \ map2html \ - txt2html \ weblint \ freetable