forked from pool/cppunit
Build cppunit 1.12.1 Passed the spec file through spec-cleaner OBS-URL: https://build.opensuse.org/request/show/114845 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=1
33 lines
680 B
Diff
33 lines
680 B
Diff
--- doc/Makefile.am
|
|
+++ doc/Makefile.am 2007/07/04 13:59:13
|
|
@@ -13,7 +13,6 @@
|
|
# However, the manpages do not appear to be tremendously useful, so
|
|
# let's not bother.
|
|
|
|
-if DOC
|
|
|
|
htmldir = $(pkgdatadir)/html
|
|
html_DATA = $(static_pages) html/index.html
|
|
@@ -28,21 +27,6 @@
|
|
|
|
dox: html/index.html
|
|
|
|
-else
|
|
-
|
|
-# We repeat the three targets in both the "if" and "else" clauses
|
|
-# of the conditional, because the generated makefile will contain
|
|
-# references to the targets (target "install" depends on target
|
|
-# "install-datahook", for example), and some make programs get upset
|
|
-# if no target exists.
|
|
-
|
|
-install-data-hook:
|
|
-uninstall-local:
|
|
-dox:
|
|
-
|
|
-endif
|
|
-
|
|
-
|
|
all-local: dox
|
|
|
|
|