소스 검색

Add a docs target to make

Now make has a docs target to enforce docs generation
Yann Weber 7 년 전
부모
커밋
5699d49a2e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      Makefile.am

+ 3
- 0
Makefile.am 파일 보기

3
 #ACLOCAL_AMFLAGS = -I m4
3
 #ACLOCAL_AMFLAGS = -I m4
4
 if HAVE_DOXYGEN
4
 if HAVE_DOXYGEN
5
 SUBDIRS += docs
5
 SUBDIRS += docs
6
+docs:
7
+	-cd docs; rm doxyfile.stamp; make doxyfile.stamp
8
+.PHONY: docs
6
 endif
9
 endif

Loading…
취소
저장