Format silent rules for doxygen generation

This change changes the silent rule for doxygen docs to show `DXGEN`
instead of just `GEN`.
debian-packaging
nirenjan 2020-05-25 01:25:53 -07:00
parent aff5576106
commit 491e5dffeb
1 changed files with 5 additions and 2 deletions

View File

@ -26,11 +26,14 @@ EXTRA_DIST = \
# Doxygen support # Doxygen support
if HAVE_DOXYGEN if HAVE_DOXYGEN
DXGEN = $(DXGEN_$(V))
DXGEN_ = $(DXGEN_$(AM_DEFAULT_VERBOSITY))
DXGEN_0 = @printf " DXGEN $<\n";
docs/.stamp: Doxyfile docs/.stamp: Doxyfile
$(AM_V_GEN)$(DOXYGEN) $< $(DXGEN)$(DOXYGEN) $<
$(AM_V_at)touch $@ $(AM_V_at)touch $@
CLEANFILES = docs/.stamp CLEANFILES = docs
all-local: docs/.stamp all-local: docs/.stamp
clean-local: clean-local: