mirror of https://github.com/nirenjan/libx52.git
Format silent rules for doxygen generation
This change changes the silent rule for doxygen docs to show `DXGEN` instead of just `GEN`.debian-packaging
parent
aff5576106
commit
491e5dffeb
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue