From 1e189e54db7018d3531f4e003ed3982ec34bbafa Mon Sep 17 00:00:00 2001 From: Tobias Angele Date: Sun, 9 Apr 2017 10:49:46 +0200 Subject: [PATCH] doc: remove LaTeX/pdf manual generation --- configure.ac | 20 -------------------- doc/Makefile.am | 8 -------- 2 files changed, 28 deletions(-) diff --git a/configure.ac b/configure.ac index 963a4c9d2..1ab17bbee 100644 --- a/configure.ac +++ b/configure.ac @@ -1357,26 +1357,6 @@ AS_IF([test $have_fmemopen = "yes" && test $use_fmemopen = "yes"], [use_fmemopen=no] ) -dnl Documentation tools -have_openjade="no" -AC_PATH_PROG([OSPCAT], [ospcat], [none]) -if test "$OSPCAT" != "none"; then - AC_MSG_CHECKING([for openjade docbook stylesheets]) - dslosfile=`ospcat --public-id="-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN"` - DSLROOT=`echo $dslosfile | sed -n -e "s/.*SOIBASE='\(@<:@^'@:>@*\)\/catalog'.*/\1/p"` - # ospcat may spit out an absolute path without an SOIBASE - if test -z "$DSLROOT"; then - DSLROOT=`echo $dslosfile | sed -e 's|\(.*\)/print/docbook.dsl|\1|'` - fi - if test -f $DSLROOT/print/docbook.dsl; then - AC_MSG_RESULT([in $DSLROOT]) - have_openjade="yes" - else - AC_MSG_RESULT([not found: PDF documentation will not be built.]) - fi -fi -AC_SUBST(DSLROOT) - AC_ARG_ENABLE(doc, AS_HELP_STRING([--disable-doc],[Do not build the documentation]), [ if test x$enableval = xno; then do_build_doc=no diff --git a/doc/Makefile.am b/doc/Makefile.am index 1e4aaed37..d08119ba2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -149,14 +149,6 @@ stamp-doc-chunked: $(srcdir)/chunk.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir $(CHUNKED_DOCFILES): stamp-doc-chunked -manual.pdf: manual.tex - -if test -f manual.tex; then pdfjadetex manual.tex; fi - -manual.tex: stamp-doc-xml - -if test -n "$(DSLROOT)"; then \ - openjade -t tex -D $(DSLROOT) -d print/docbook.dsl dtds/decls/xml.dcl manual.xml; \ - fi - neomutt-syntax.vim: mutt-1.7.0-syntax.vim $(SAMPLE_VIMRC) ( \ sed -e '/vim:/d' -e "/This file covers/s/$$/ and NeoMutt $(VERSION)/" $(srcdir)/mutt-1.7.0-syntax.vim; \ -- 2.49.0