On 2015/09/22 12:45, Jan Stary wrote: > I don't think print/enscript needs to USE_GROFF. > > There are four manpages installed: > > - diffpp.1 and sliceprint.1 are generated from the perl scripts. > mandoc -Tlint is quiet on them, and gmdiff is trivial. > > - the manpage of enscript itself has an empty P > and an unsupported ta, breaking the alignment of FILES; > gmidff is otherwise trivial. > > + @DATADIR@/enscript/*.hdr header files > + @DATADIR@/enscript/*.enc input encoding vectors > + @DATADIR@/enscript/enscript.pro PostScript prolog > + @DATADIR@/enscript/afm/*.afm AFM files for PostScript fonts > + @DATADIR@/enscript/font.map index for the AFM files > + @DATADIR@/enscript/hl/*.st states definition files > + @SYSCONFDIR@/enscript.cfg system-wide configuration file > + @SYSCONFDIR@/enscriptsite.cfg site configuration file > + ~/.enscriptrc personal configuration file > + ~/.enscript/ personal resource directory > > > - the manpages of states has two stray RE's > and an unsupported ta, breaking FILES alignment; > otherwise gmdiff is trivial. > > - @DATADIR@/enscript/hl/*.st enscript's states > definitions > + @DATADIR@/enscript/hl/*.st enscript's states definitions
I think that's alright. Note there is a specific call to nroff in one of the makefiles but it doesn't seem to be reached. > DISTNAME= enscript-1.6.6 > +REVISION= 1 =0 > CATEGORIES= print whitespace on this line can be fixed while there :) > > HOMEPAGE= https://www.gnu.org/software/enscript/ > @@ -16,7 +17,6 @@ MODULES= devel/gettext > WANTLIB= c m > > CONFIGURE_STYLE= gnu > -USE_GROFF = Yes > > FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/enscript > >