summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-09-23 12:04:25 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-09-23 12:04:25 +0100
commit154370c0e8a7bfcb6af5236bd7232794c188eabb (patch)
treef0f7a2b7e1ae698502853d97201eff1730236737 /rescue
parent82918538abc707fb59fff42204f99ef031c593a9 (diff)
downloadlibguestfs-154370c0e8a7bfcb6af5236bd7232794c188eabb.tar.gz
libguestfs-154370c0e8a7bfcb6af5236bd7232794c188eabb.tar.xz
libguestfs-154370c0e8a7bfcb6af5236bd7232794c188eabb.zip
Replace @...@ with $(...) in these common Makefile.am files.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/rescue/Makefile.am b/rescue/Makefile.am
index a9a533c9..3d557283 100644
--- a/rescue/Makefile.am
+++ b/rescue/Makefile.am
@@ -23,7 +23,7 @@ if HAVE_RESCUE
man_MANS = virt-rescue.1
-noinst_DATA = @top_builddir@/html/virt-rescue.1.html
+noinst_DATA = $(top_builddir)/html/virt-rescue.1.html
virt-rescue.1: virt-rescue.pl
$(POD2MAN) \
@@ -32,9 +32,9 @@ virt-rescue.1: virt-rescue.pl
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
$< > $@
-@top_builddir@/html/virt-rescue.1.html: virt-rescue.pl
- mkdir -p @top_builddir@/html
- cd @top_builddir@ && pod2html \
+$(top_builddir)/html/virt-rescue.1.html: virt-rescue.pl
+ mkdir -p $(top_builddir)/html
+ cd $(top_builddir) && pod2html \
--css 'pod.css' \
--title 'virt-rescue, run a rescue shell on a virtual machine' \
--htmldir html \