diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-23 12:04:25 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-23 12:04:25 +0100 |
commit | 154370c0e8a7bfcb6af5236bd7232794c188eabb (patch) | |
tree | f0f7a2b7e1ae698502853d97201eff1730236737 | |
parent | 82918538abc707fb59fff42204f99ef031c593a9 (diff) | |
download | libguestfs-154370c0e8a7bfcb6af5236bd7232794c188eabb.tar.gz libguestfs-154370c0e8a7bfcb6af5236bd7232794c188eabb.tar.xz libguestfs-154370c0e8a7bfcb6af5236bd7232794c188eabb.zip |
Replace @...@ with $(...) in these common Makefile.am files.
-rw-r--r-- | cat/Makefile.am | 8 | ||||
-rw-r--r-- | df/Makefile.am | 8 | ||||
-rw-r--r-- | edit/Makefile.am | 8 | ||||
-rw-r--r-- | inspector/Makefile.am | 8 | ||||
-rw-r--r-- | rescue/Makefile.am | 8 |
5 files changed, 20 insertions, 20 deletions
diff --git a/cat/Makefile.am b/cat/Makefile.am index 89a33a4c..98df337a 100644 --- a/cat/Makefile.am +++ b/cat/Makefile.am @@ -23,7 +23,7 @@ if HAVE_CAT man_MANS = virt-cat.1 -noinst_DATA = @top_builddir@/html/virt-cat.1.html +noinst_DATA = $(top_builddir)/html/virt-cat.1.html virt-cat.1: virt-cat.pl $(POD2MAN) \ @@ -32,9 +32,9 @@ virt-cat.1: virt-cat.pl --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@ -@top_builddir@/html/virt-cat.1.html: virt-cat.pl - mkdir -p @top_builddir@/html - cd @top_builddir@ && pod2html \ +$(top_builddir)/html/virt-cat.1.html: virt-cat.pl + mkdir -p $(top_builddir)/html + cd $(top_builddir) && pod2html \ --css 'pod.css' \ --title 'virt-cat, display a file in a virtual machine' \ --htmldir html \ 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 \ diff --git a/edit/Makefile.am b/edit/Makefile.am index 4fd25f0e..4a2a52ca 100644 --- a/edit/Makefile.am +++ b/edit/Makefile.am @@ -23,7 +23,7 @@ if HAVE_EDIT man_MANS = virt-edit.1 -noinst_DATA = @top_builddir@/html/virt-edit.1.html +noinst_DATA = $(top_builddir)/html/virt-edit.1.html virt-edit.1: virt-edit.pl $(POD2MAN) \ @@ -32,9 +32,9 @@ virt-edit.1: virt-edit.pl --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@ -@top_builddir@/html/virt-edit.1.html: virt-edit.pl - mkdir -p @top_builddir@/html - cd @top_builddir@ && pod2html \ +$(top_builddir)/html/virt-edit.1.html: virt-edit.pl + mkdir -p $(top_builddir)/html + cd $(top_builddir) && pod2html \ --css 'pod.css' \ --title 'virt-edit, edit a file in a virtual machine' \ --htmldir html \ diff --git a/inspector/Makefile.am b/inspector/Makefile.am index a1df2ab0..a93a1ff5 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -23,7 +23,7 @@ if HAVE_INSPECTOR man_MANS = virt-inspector.1 -noinst_DATA = @top_builddir@/html/virt-inspector.1.html +noinst_DATA = $(top_builddir)/html/virt-inspector.1.html virt-inspector.1: virt-inspector.pl $(POD2MAN) \ @@ -32,9 +32,9 @@ virt-inspector.1: virt-inspector.pl --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@ -@top_builddir@/html/virt-inspector.1.html: virt-inspector.pl - mkdir -p @top_builddir@/html - cd @top_builddir@ && pod2html \ +$(top_builddir)/html/virt-inspector.1.html: virt-inspector.pl + mkdir -p $(top_builddir)/html + cd $(top_builddir) && pod2html \ --css 'pod.css' \ --title 'virt-inspector, display OS version, kernel, drivers, mount points, applications, etc. in a virtual machine' \ --htmldir html \ 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 \ |