
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.
5 lines
84 B
Makefile
5 lines
84 B
Makefile
|
|
man_MANS = comedi_board_info.1 comedi.7 comedi_config.8
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|