diff options
author | Sebastian Kuzminsky <seb@highlab.com> | 2014-05-30 15:41:30 -0600 |
---|---|---|
committer | Sebastian Kuzminsky <seb@highlab.com> | 2014-05-30 15:41:30 -0600 |
commit | 06e973725433298af5bd831b4c68508dc6a552f2 (patch) | |
tree | da561bf7563375ff6b3afd8a281af04f1266995c | |
parent | 40962ea38cdb46ca767d0e2446af1f6bf524ae48 (diff) | |
download | linuxcnc-06e973725433298af5bd831b4c68508dc6a552f2.tar.gz linuxcnc-06e973725433298af5bd831b4c68508dc6a552f2.zip |
wj200: put manpage in correct section
-rw-r--r-- | src/hal/user_comps/wj200_vfd/Submakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hal/user_comps/wj200_vfd/Submakefile b/src/hal/user_comps/wj200_vfd/Submakefile index 360021563..4fa41b389 100644 --- a/src/hal/user_comps/wj200_vfd/Submakefile +++ b/src/hal/user_comps/wj200_vfd/Submakefile @@ -16,11 +16,11 @@ hal/user_comps/wj200_vfd/wj200_vfd.c: hal/user_comps/wj200_vfd/wj200_vfd.comp $(ECHO) "Preprocessing wj200_vfd.comp" $(Q)../bin/comp hal/user_comps/wj200_vfd/wj200_vfd.comp -../docs/man/man1/wj200_vfd.9: hal/user_comps/wj200_vfd/wj200_vfd.comp +../docs/man/man9/wj200_vfd.9: hal/user_comps/wj200_vfd/wj200_vfd.comp $(Q)../bin/comp --document $^ $(Q)install --mode=0644 hal/user_comps/wj200_vfd/wj200_vfd.9 $@ TARGETS += ../bin/wj200_vfd -TARGETS += ../docs/man/man1/wj200_vfd.9 +TARGETS += ../docs/man/man9/wj200_vfd.9 endif |