소스 검색

tools/Makefile.am: generate manpage for starpu_workers_activity

Nathalie Furmento 13 년 전
부모
커밋
088b6870d8
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      tools/Makefile.am

+ 5 - 1
tools/Makefile.am

@@ -63,6 +63,9 @@ starpu_perfmodel_display.1: starpu_perfmodel_display$(EXEEXT)
 	help2man --no-discard-stderr -N --output=$@ ./starpu_perfmodel_display$(EXEEXT)
 starpu_perfmodel_plot.1: starpu_perfmodel_plot$(EXEEXT)
 	help2man --no-discard-stderr -N --output=$@ ./starpu_perfmodel_plot$(EXEEXT)
+starpu_workers_activity.1: starpu_workers_activity$(EXEEXT)
+	chmod +x starpu_workers_activity$(EXEEXT)
+	help2man --no-discard-stderr -N --output=$@ ./starpu_workers_activity$(EXEEXT)
 
 clean-local:
 	$(RM) starpu_calibrate_bus.1 starpu_machine_display.1 starpu_perfmodel_display.1 starpu_perfmodel_plot.1
@@ -71,6 +74,7 @@ dist_man1_MANS =\
 	starpu_calibrate_bus.1 \
 	starpu_machine_display.1 \
 	starpu_perfmodel_display.1 \
-	starpu_perfmodel_plot.1
+	starpu_perfmodel_plot.1	\
+	starpu_workers_activity.1
 endif