diff options
Diffstat (limited to 'df/Makefile.am')
-rw-r--r-- | df/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/df/Makefile.am b/df/Makefile.am index 7234eb70..08af772f 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -30,7 +30,7 @@ virt-df.1: virt-df.pl --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 |