소스 검색

Makefile.am: add rule clean-local to remove starpu_top.1

Nathalie Furmento 13 년 전
부모
커밋
73a1ddd157
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Makefile.am

+ 2 - 0
Makefile.am

@@ -88,6 +88,8 @@ starpu_top.1: starpu-top/starpu_top$(EXEEXT)
 	help2man --no-discard-stderr -N --output=$@ starpu-top/starpu_top$(EXEEXT)
 dist_man1_MANS =\
 	starpu_top.1
+clean-local:
+	$(RM) starpu_top.1
 endif
 endif