Browse Source

Add a docs target to make

Now make has a docs target to enforce docs generation
Yann Weber 7 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,4 +3,7 @@ CLEANFILES =
3 3
 #ACLOCAL_AMFLAGS = -I m4
4 4
 if HAVE_DOXYGEN
5 5
 SUBDIRS += docs
6
+docs:
7
+	-cd docs; rm doxyfile.stamp; make doxyfile.stamp
8
+.PHONY: docs
6 9
 endif

Loading…
Cancel
Save