summaryrefslogtreecommitdiffstats
path: root/df/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'df/Makefile.am')
-rw-r--r--df/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/df/Makefile.am b/df/Makefile.am
index 4ff2fb11..7234eb70 100644
--- a/df/Makefile.am
+++ b/df/Makefile.am
@@ -23,7 +23,7 @@ if HAVE_DF
man_MANS = virt-df.1
-noinst_DATA = @top_builddir@/html/virt-df.1.html
+noinst_DATA = $(top_builddir)/html/virt-df.1.html
virt-df.1: virt-df.pl
$(POD2MAN) \
@@ -32,9 +32,9 @@ virt-df.1: virt-df.pl
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
$< > $@
-@top_builddir@/html/virt-df.1.html: virt-df.pl
- mkdir -p @top_builddir@/html
- cd @top_builddir@ && pod2html \
+$(top_builddir)/html/virt-df.1.html: virt-df.pl
+ mkdir -p $(top_builddir)/html
+ cd $(top_builddir) && pod2html \
--css 'pod.css' \
--title 'virt-df, display free space on virtual filesystems' \
--htmldir html \