diff options
Diffstat (limited to 'df')
-rw-r--r-- | df/Makefile.am | 12 | ||||
-rwxr-xr-x | df/virt-df (renamed from df/virt-df.pl) | 0 |
2 files changed, 4 insertions, 8 deletions
diff --git a/df/Makefile.am b/df/Makefile.am index 08af772f..845edc40 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -16,23 +16,23 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. EXTRA_DIST = \ - run-df-locally \ - virt-df.pl + run-df-locally if HAVE_DF +bin_SCRIPTS = virt-df man_MANS = virt-df.1 noinst_DATA = $(top_builddir)/html/virt-df.1.html -virt-df.1: virt-df.pl +virt-df.1: virt-df $(POD2MAN) \ --section 1 \ -c "Virtualization Support" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@-t && mv $@-t $@ -$(top_builddir)/html/virt-df.1.html: virt-df.pl +$(top_builddir)/html/virt-df.1.html: virt-df mkdir -p $(top_builddir)/html cd $(top_builddir) && pod2html \ --css 'pod.css' \ @@ -41,8 +41,4 @@ $(top_builddir)/html/virt-df.1.html: virt-df.pl --outfile html/virt-df.1.html \ df/$< -install-data-hook: - mkdir -p $(DESTDIR)$(bindir) - install -m 0755 virt-df.pl $(DESTDIR)$(bindir)/virt-df - endif diff --git a/df/virt-df.pl b/df/virt-df index 21ba7917..21ba7917 100755 --- a/df/virt-df.pl +++ b/df/virt-df |