瀏覽代碼

tools/Makefile.am: doc/Makefile.am: add missing showcheck rules

Nathalie Furmento 13 年之前
父節點
當前提交
d5d6e37284
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 3 0
      doc/Makefile.am
  2. 2 0
      tools/Makefile.am

+ 3 - 0
doc/Makefile.am

@@ -61,3 +61,6 @@ uninstall-local:
 # Rule to update documentation on web server. Should only be used locally.
 update-web:
 	scp starpu.pdf starpu.html sync:/web/runtime/html/StarPU
+
+showcheck:
+	-cat /dev/null

+ 2 - 0
tools/Makefile.am

@@ -78,3 +78,5 @@ dist_man1_MANS =\
 	starpu_workers_activity.1
 endif
 
+showcheck:
+	-cat /dev/null