~ubuntu-branches/debian/stretch/vifm/stretch

« back to all changes in this revision

Viewing changes to debian/rules~

  • Committer: Bazaar Package Importer
  • Author(s): Edelhard Becker
  • Date: 2005-08-09 15:15:09 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050809151509-0csu5v00b8gfvypy
Tags: 0.3-2
ACK NMU, thanks Blars (Closes: #320118)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        $(MKDIR) $(MANDIR)
49
49
        $(MKDIR) $(DOCDIR)
50
50
        $(MKDIR) $(DOCDIR)/examples
51
 
        $(INSTALLSCRIPT) src/pauseme $(BINDIR)
 
51
        $(INSTALLSCRIPT) src/pauseme $(BINDIR)/vifm-pauseme
52
52
        $(INSTALLSTRIP) src/vifm $(BINDIR)
53
53
        $(INSTALL) ChangeLog $(DOCDIR)/changelog
54
54
        # these are empty with vifm 0.2, dont install this time:
60
60
        $(INSTALL) src/vifm-0.2.help.txt src/vifmrc0.2 $(DOCDIR)/examples
61
61
        $(INSTALL) src/vifm.txt $(CNFDIR)/doc
62
62
        $(INSTALL) src/vifm.vim $(CNFDIR)/plugin
63
 
        $(INSTALL) pauseme.1 vifm.1 $(MANDIR)
 
63
        $(INSTALL) vifm.1 $(MANDIR)
 
64
        $(INSTALL) pauseme.1 $(MANDIR)/vifm-pauseme.1
64
65
        gzip -9fqr $(MANDIR)/
65
66
        #$(INSTALLSCRIPT) debian/prerm $(DESTDIR)/DEBIAN/prerm
66
67
        $(INSTALLSCRIPT) debian/postinst $(DESTDIR)/DEBIAN/postinst