I'm not sure if all man pages should go in the general 'man'
subdirectory or a more specific subdirectory, but as the general 'man'
subdirectory already contained a man page for comedi_config (which has
its own source subdirectory), I moved the man page for comedi_board_info
there for consistency.
Also changed the EXTRA_DIST line in man/Makefile.am.
bin_PROGRAMS = comedi_board_info
-man_MANS = comedi_board_info.1
-
comedi_board_info_SOURCES = comedi_board_info.c
comedi_board_info_CFLAGS = $(COMEDILIB_CFLAGS)
comedi_board_info_LDADD = $(COMEDILIB_LIBS)
-EXTRA_DIST = comedi.7 comedi_config.8
+man_MANS = comedi_board_info.1 comedi.7 comedi_config.8
-man_MANS = comedi.7 comedi_config.8
+EXTRA_DIST = $(man_MANS)