From bb4793b6b04161a8105ef7e0ba515f9f3710ed3c Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Fri, 28 Dec 2018 20:28:39 +0800 Subject: [PATCH] add ros-checkout to install --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8b35e4e..d2d307e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ roslisppatchdir = $(sysconfdir)/$(PACKAGE)/patch SUBDIRS = src if MANUAL_INSTALL -MDS = ros.md ros-dump.md ros-init.md ros-install.md ros-list.md ros-setup.md ros-template.md \ +MDS = ros.md ros-checkout.md ros-dump.md ros-init.md ros-install.md ros-list.md ros-setup.md ros-template.md \ ros-config.md ros-delete.md ros-emacs.md ros-run.md ros-use.md ros-wait.md ros-asdf.md ros-build.md ros-update.md \ ros-help.md man1_MANS = $(MDS:%.md=documents/man/%.1)