summaryrefslogtreecommitdiff
path: root/sys-libs/libsmbios/files/libsmbios-2.3.3-doxygen_target.patch
blob: 4adca14f21d88755d59d9036d8a681322105ad42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- libsmbios-2.3.3/Makefile.am
+++ libsmbios-2.3.3/Makefile.am
@@ -89,13 +89,15 @@
 
 
 ########## DOCS ################
-all: doxygen
 if HAVE_DOXYGEN
+all: doxygen
 DOXYGEN_DEPS=out/libsmbios_c/html/index.html
 if BUILD_LIBSMBIOS_CXX
 DOXYGEN_DEPS+=out/libsmbios_c++/html/index.html
 endif
 doxygen: $(DOXYGEN_DEPS)
+else
+all:
 endif
 
 DOT=@DOT@