Przeglądaj źródła

build: Make the Doxyfile a dependency of the doc target

Guillem Jover 16 lat temu
rodzic
commit
39179db3df
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -63,7 +63,7 @@ EXTRA_DIST = \
 
 
 .PHONY: doc
 .PHONY: doc
 
 
-doc:
+doc: doc/Doxyfile
 	$(DOXYGEN) doc/Doxyfile
 	$(DOXYGEN) doc/Doxyfile
 
 
 clean-local:
 clean-local: