瀏覽代碼

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