diff options
author | Richard Jones <[email protected]> | 2009-09-23 12:37:26 +0100 |
---|---|---|
committer | Richard Jones <[email protected]> | 2009-09-23 12:37:26 +0100 |
commit | b488436cc54288fcae8988493749f2e6c87f274c (patch) | |
tree | 6d5e8bbbd56048507c64490e623b18f9c7e1cd62 /edit | |
parent | 75b6338da3e6e33c02b931623f074ab5a76a1788 (diff) | |
download | libguestfs-b488436cc54288fcae8988493749f2e6c87f274c.tar.gz libguestfs-b488436cc54288fcae8988493749f2e6c87f274c.tar.xz libguestfs-b488436cc54288fcae8988493749f2e6c87f274c.zip |
Rename virt-[tool].pl as virt-[tool]
Diffstat (limited to 'edit')
-rw-r--r-- | edit/Makefile.am | 12 | ||||
-rwxr-xr-x | edit/virt-edit (renamed from edit/virt-edit.pl) | 0 |
2 files changed, 4 insertions, 8 deletions
diff --git a/edit/Makefile.am b/edit/Makefile.am index df8ddb7c..8489ebbc 100644 --- a/edit/Makefile.am +++ b/edit/Makefile.am @@ -16,23 +16,23 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. EXTRA_DIST = \ - run-edit-locally \ - virt-edit.pl + run-edit-locally if HAVE_EDIT +bin_SCRIPTS = virt-edit man_MANS = virt-edit.1 noinst_DATA = $(top_builddir)/html/virt-edit.1.html -virt-edit.1: virt-edit.pl +virt-edit.1: virt-edit $(POD2MAN) \ --section 1 \ -c "Virtualization Support" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@-t && mv $@-t $@ -$(top_builddir)/html/virt-edit.1.html: virt-edit.pl +$(top_builddir)/html/virt-edit.1.html: virt-edit mkdir -p $(top_builddir)/html cd $(top_builddir) && pod2html \ --css 'pod.css' \ @@ -41,8 +41,4 @@ $(top_builddir)/html/virt-edit.1.html: virt-edit.pl --outfile html/virt-edit.1.html \ edit/$< -install-data-hook: - mkdir -p $(DESTDIR)$(bindir) - install -m 0755 virt-edit.pl $(DESTDIR)$(bindir)/virt-edit - endif diff --git a/edit/virt-edit.pl b/edit/virt-edit index 46e86a17..46e86a17 100755 --- a/edit/virt-edit.pl +++ b/edit/virt-edit |