Browse Source

Add a docs target to make

Now make has a docs target to enforce docs generation
Yann Weber 8 years ago
parent
commit
5699d49a2e
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Makefile.am

+ 3
- 0
Makefile.am View File

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…
Cancel
Save