]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
remove last traces of plaintext_roff_command
[lyx.git] / lib / configure.py
index 3525588976342084da47936b67a2b861577b2acd..3c056ef912cc5aae12cae9e5c9bb5befc015a3b3 100644 (file)
@@ -570,11 +570,6 @@ def checkDocBook():
 
 def checkOtherEntries():
     ''' entries other than Format and Converter '''
-    checkProg('a *roff formatter', ['groff', 'nroff'],
-        rc_entry = [
-            r'\plaintext_roff_command "groff -t -Tlatin1 $$FName"',
-            r'\plaintext_roff_command "tbl $$FName | nroff"',
-            r'\plaintext_roff_command ""' ])
     checkProg('ChkTeX', ['chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38'],
         rc_entry = [ r'\chktex_command "%%"' ])
     checkProg('BibTeX', ['jbibtex', 'bibtex'],