Переглянути джерело

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,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…
Відмінити
Зберегти