diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f0d960efe7..32cb21f38c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -238,7 +238,7 @@ dist-rpm: dist-gzip .PHONY: doxygen doxygen: Doxyfile - doxygen + mkdir -p doc/doxygen && doxygen test: all $(top_builddir)/src/test/test |