aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bcfc2ac..25098d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -243,7 +243,7 @@ MAINTAINERCLEANFILES += \
$(dist_man_MANS) \
$(NULL)
-if USE_RONN
+if BUILD_MANPAGE
blogc.1: man/blogc.1.ronn
$(AM_V_GEN)$(RONN) \
@@ -655,7 +655,7 @@ TESTS = \
## Helpers: dist-srpm
-if USE_RPMBUILD
+if BUILD_SRPM
dist-srpm: blogc.spec dist-xz
$(RPMBUILD) \
--define "_srcrpmdir $(top_builddir)" \