[Debian-ha-commits] [libqb] 02/08: dont-suppress-doxygen-echo

Richard Winters devrik-guest at moszumanska.debian.org
Tue Apr 14 02:15:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch patch-queue/master
in repository libqb.

commit 4fd7342ae0fd94824eaf2d21c1f7dcb73fb14eeb
Author: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
Date:   Mon Apr 13 22:13:49 2015 -0400

    dont-suppress-doxygen-echo
---
 docs/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index f4b6197..0c6eaa3 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -32,12 +32,12 @@ dist_man_MANS += man3/qbipcc.h.3 man3/qbipcs.h.3 man3/qbatomic.h.3 \
 
 
 $(dist_man_MANS): man.dox $(dependant_headers)
-	@mkdir -p man3
-	@doxygen man.dox
+	mkdir -p man3
+	doxygen man.dox
 
 doxygen: html.dox
-	@mkdir -p html
-	@doxygen html.dox
+	mkdir -p html
+	doxygen html.dox
 
 else
 doxygen:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/libqb.git



More information about the Debian-HA-Commits mailing list