소스 검색

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