CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/05/31 02:00:25
Modified files: regress/usr.bin/mandoc: Makefile.inc Log message: When running "make obj" before "make regress", the desired output files *.out_ascii and the actual output files *.mandoc_ascii do not live in the same directories, so explicitely tell diff(1) where to find the former. Problem reported by deraadt@. While here, purge an obsolete knob from the optional MANDOCOPTS variable and update the path to the ports groff (only needed by mandoc developers to generate desired output files).