Changeset 222 for trunk


Ignore:
Timestamp:
Jun 19, 2018, 4:57:18 PM (6 years ago)
Author:
g7moreau
Message:
  • Update Makefile, add config sample and SVN ignore file
Location:
trunk/ddt
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt

    • Property svn:ignore set to
      ddt.1.gz
      ddt.html
      ddt_*_amd64.deb
  • trunk/ddt/Makefile

    r221 r222  
    33BINDIR=/usr/bin
    44MANDIR=/usr/share/man/man1
    5 SHAREDIR=/usr/share/project-meta
    6 ETCDIR=/etc/project-meta
     5SHAREDIR=/usr/share/ddt
    76COMPDIR=/etc/bash_completion.d
    87
     
    109
    1110all:
    12         pod2man project-meta | gzip > project-meta.1.gz
    13         pod2html project-meta > project-meta.html
     11        pod2man ddt | gzip > ddt.1.gz
     12        pod2html ddt > ddt.html
    1413
    1514install: update
     
    1716update:
    1817        @install -d -m 0755 -o root -g root $(DESTDIR)/$(SHAREDIR)
    19         @install -d -m 0755 -o root -g root $(DESTDIR)/$(SHAREDIR)/license.d
    20         @install -d -m 0755 -o root -g root $(DESTDIR)/$(SHAREDIR)/template.d
    2118        @install -d -m 0755 -o root -g root $(DESTDIR)/$(MANDIR)
    2219        @install -d -m 0755 -o root -g root $(DESTDIR)/$(COMPDIR)
    2320
    24         install    -m 0755 -o root -g root project-meta $(DESTDIR)/$(BINDIR)
     21        install    -m 0755 -o root -g root ddt $(DESTDIR)/$(BINDIR)
    2522
    26         install    -m 0644 -o root -g root project-meta.1.gz $(DESTDIR)/$(MANDIR)
     23        install    -m 0644 -o root -g root ddt.1.gz $(DESTDIR)/$(MANDIR)
    2724
    28         install    -m 0644 -o root -g root PROJECT-META.sample.yml $(DESTDIR)/$(SHAREDIR)
    29         install    -m 0644 -o root -g root license.d/*.txt $(DESTDIR)/$(SHAREDIR)/license.d
    30         install    -m 0644 -o root -g root template.d/*.tt $(DESTDIR)/$(SHAREDIR)/template.d
     25        install    -m 0644 -o root -g root config.sample.yml $(DESTDIR)/$(SHAREDIR)
    3126
    32         install    -m 0644 -o root -g root project-meta.bash_completion $(DESTDIR)/$(COMPDIR)/project-meta
     27        install    -m 0644 -o root -g root ddt.bash_completion $(DESTDIR)/$(COMPDIR)/ddt
    3328
    3429sync:
Note: See TracChangeset for help on using the changeset viewer.