comedi_board_info: Moved man page into ../man

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.
This commit is contained in:
Ian Abbott 2012-05-14 14:35:23 +01:00
parent 8a63ce2ecc
commit 0f77a92830
3 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
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)

View file

@ -1,5 +1,5 @@
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)