X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=edit%2FMakefile.am;fp=edit%2FMakefile.am;h=4a2a52cae153fedd5406722fcbce479b215b4645;hp=4fd25f0e6e6bce54da2f299de141753165b7db2c;hb=154370c0e8a7bfcb6af5236bd7232794c188eabb;hpb=82918538abc707fb59fff42204f99ef031c593a9 diff --git a/edit/Makefile.am b/edit/Makefile.am index 4fd25f0..4a2a52c 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 \