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