X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=df%2FMakefile.am;h=08af772fde53d16166439ee6eb5f95fc6169f5bc;hp=4ff2fb117d0d81889ad2871f2b7380cc18c3b6b2;hb=9adddc19e448781cf2076c44f66242fe48b47c7c;hpb=67a3d3e3915a18a58702b7e68f514d9dc9a82a2e diff --git a/df/Makefile.am b/df/Makefile.am index 4ff2fb1..08af772 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -23,18 +23,18 @@ 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) \ --section 1 \ -c "Virtualization Support" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - $< > $@ + $< > $@-t && mv $@-t $@ -@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 \