This is extremely helpful! Thanks Bertrand! Is there any work pending before we can merge this into master? Do you need any additional help in testing this?
Werner, Do you see any specific tests/requirements that this change needs to meet? - Vaibhaw On Mon, Aug 11, 2014 at 2:23 AM, Heinz-Jürgen Oertel <hj.oer...@t-online.de> wrote: > Am Sonntag, 10. August 2014, 00:23:06 schrieb Bertrand Garrigues: > > Hi, > > > > I have made some progress on the Automake migration. The targets that > > were not functionnal yet (namely make install, uninstall, check, dist, > > distcheck) are now completed. > > > > I've pushed a new branch (called 'automake') on groff's git > > repository. To test it: > > > > git clone git://git.savannah.gnu.org/groff.git > > git checkout automake > > ./bootstrap > > mkdir build > > cd build > > ../configure > > make -j > > > > For the moment I've tested it only on my main Linux distro (Arch Linux), > > more tests are needed. > > > > Regards, > > > > -- > > Bertrand Garrigues > > > > On SuSE 13.1 I did > > git clone git://git.savannah.gnu.org/groff.git > cd groff > git checkout automake > ./bootstrap > cd build-aux/ > > ../configure > make -j > > sudo make install > installed groff at /usr/local/bin/groff > > > As far as I could see, no errors or warnings in the build process. > > Regards > Heinz > > > >