aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--epan/Makefile.am2
-rw-r--r--ui/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ebf73b738b..d41a542d08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1153,7 +1153,7 @@ checkapi: checkapi_local
wsar_html: doxygen.cfg doxygen_global.cfg
if HAVE_DOXYGEN
- $(DOXYGEN) doxygen.cfg
+ (umask 022 ; $(DOXYGEN) doxygen.cfg)
cd epan && $(MAKE) $@
cd ui && $(MAKE) $@
endif
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 9a8892e254..91c7688373 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -295,7 +295,7 @@ endif # HAVE_DOXYGEN
wsar_html: doxygen.cfg ../doxygen_global.cfg
if HAVE_DOXYGEN
- $(DOXYGEN) doxygen.cfg
+ (umask 022 ; $(DOXYGEN) doxygen.cfg)
endif
# ABI compliance checker can be obtained from
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 713a55fc89..e382ea83e4 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -71,7 +71,7 @@ endif # HAVE_DOXYGEN
wsar_html: doxygen.cfg ../doxygen_global.cfg
if HAVE_DOXYGEN
- $(DOXYGEN) doxygen.cfg
+ (umask 022 ; $(DOXYGEN) doxygen.cfg)
endif
checkapi: checkapi-base checkapi-todo