X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.in;h=aad23c2d5019477a895c9b38d1307d1a554c7645;hp=c199e96fb6bb5e223a3881af680dee1b0a873f6c;hb=ce220f6dc8789ed75468c63adce953fbdfed11a8;hpb=203e950e3d3c76795fa49895d040f732adad2049 diff --git a/configure.in b/configure.in index c199e96..aad23c2 100644 --- a/configure.in +++ b/configure.in @@ -1146,6 +1146,12 @@ case "`uname -s`" in SGML2HTML_CMD="sgmlfmt -f html manual.sgml || true" AC_MSG_RESULT(FreeBSD) ;; + SunOS) + SGML2TXT_CMD="sgml2txt manual || true" + SGML2PS_CMD="sgml2latex -p manual || true" + SGML2HTML_CMD="sgml2html manual || true" + AC_MSG_RESULT(Solaris) + ;; *) SGML2TXT_CMD="if linuxdoc -B txt --pass='-P -c' manual ; then uniq < manual.txt | expand > _manual.txt ; rm manual.txt ; col -b < _manual.txt > manual.txt ; rm -rf _manual.txt ; fi || true" SGML2PS_CMD="sgml2latex --output=ps manual || true"