Hello, build of groff on NetBSD fails with
make all-am make[1]: don't know how to make contrib/chem/chem.1. Stop It did work at least until 10th of August. There had been a change to contrib/chem/chem.am since then: diff --git a/contrib/chem/chem.am b/contrib/chem/chem.am index a8ca170..b6f6651 100644 --- a/contrib/chem/chem.am +++ b/contrib/chem/chem.am @@ -2,12 +2,12 @@ # File position: <groff-source>/contrib/chem/chem.am -# Copyright (C) 2006-14 +# Copyright (C) 2006-2015 # Free Software Foundation, Inc. # Written by Bernd Warken <groff-bernd.warken...@web.de>. # Moved to automake by Bertrand Garrigues # -# Last update: 6 Aug 2015 +# Last update: 22 Aug 2015 # # This file is part of `chem' which is part of `groff'. # @@ -56,14 +56,14 @@ nodist_chemexample122_DATA = contrib/chem/examples/122/README endif EXTRA_DIST += \ contrib/chem/ChangeLog \ - contrib/chem/chem.man \ + contrib/chem/chem.1.man \ contrib/chem/chem.pic \ contrib/chem/chem.pl \ contrib/chem/README.txt \ contrib/chem/examples/README.txt \ contrib/chem/examples/122/README.txt -man1_MANS += contrib/chem/chem.n +man1_MANS += contrib/chem/chem.1 MOSTLYCLEANFILES += $(CHEM_GENEXAMPLES) $(nodist_chemexample122_DATA) \ contrib/chem/README @@ -127,4 +127,4 @@ dist_chem: ### Emacs settings # Local Variables: # mode: makefile-automake -# End. +# End: @Bernd or @Bertrand: Do you have some idea what can cause the issue? Of course BSD make does not behave exactly as GNU make but 'configure' should take care of it. Carsten