Selaa lähdekoodia

Add a docs target to make

Now make has a docs target to enforce docs generation
Yann Weber 7 vuotta sitten
vanhempi
commit
5699d49a2e
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      Makefile.am

+ 3
- 0
Makefile.am Näytä tiedosto

@@ -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…
Peruuta
Tallenna