summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cat/Makefile.am2
-rw-r--r--df/Makefile.am2
-rw-r--r--edit/Makefile.am2
-rw-r--r--inspector/Makefile.am2
-rw-r--r--rescue/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/cat/Makefile.am b/cat/Makefile.am
index 98df337a..5fe320bd 100644
--- a/cat/Makefile.am
+++ b/cat/Makefile.am
@@ -30,7 +30,7 @@ virt-cat.1: virt-cat.pl
--section 1 \
-c "Virtualization Support" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@
+ $< > $@-t && mv $@-t $@
$(top_builddir)/html/virt-cat.1.html: virt-cat.pl
mkdir -p $(top_builddir)/html
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
diff --git a/edit/Makefile.am b/edit/Makefile.am
index 4a2a52ca..df8ddb7c 100644
--- a/edit/Makefile.am
+++ b/edit/Makefile.am
@@ -30,7 +30,7 @@ virt-edit.1: virt-edit.pl
--section 1 \
-c "Virtualization Support" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@
+ $< > $@-t && mv $@-t $@
$(top_builddir)/html/virt-edit.1.html: virt-edit.pl
mkdir -p $(top_builddir)/html
diff --git a/inspector/Makefile.am b/inspector/Makefile.am
index a93a1ff5..6eb3b57f 100644
--- a/inspector/Makefile.am
+++ b/inspector/Makefile.am
@@ -30,7 +30,7 @@ virt-inspector.1: virt-inspector.pl
--section 1 \
-c "Virtualization Support" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@
+ $< > $@-t && mv $@-t $@
$(top_builddir)/html/virt-inspector.1.html: virt-inspector.pl
mkdir -p $(top_builddir)/html
diff --git a/rescue/Makefile.am b/rescue/Makefile.am
index 3d557283..1067c8d2 100644
--- a/rescue/Makefile.am
+++ b/rescue/Makefile.am
@@ -30,7 +30,7 @@ virt-rescue.1: virt-rescue.pl
--section 1 \
-c "Virtualization Support" \
--release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@
+ $< > $@-t && mv $@-t $@
$(top_builddir)/html/virt-rescue.1.html: virt-rescue.pl
mkdir -p $(top_builddir)/html