Ignore:
Timestamp:
Jan 17, 2018, 9:58:10 PM (6 years ago)
Author:
g7moreau
Message:
  • Begin make-author implementation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/project-meta/Makefile

    r152 r154  
    1818        @install -d -m 0755 -o root -g root $(DESTDIR)/$(SHAREDIR)
    1919        @install -d -m 0755 -o root -g root $(DESTDIR)/$(SHAREDIR)/licence.d
     20        @install -d -m 0755 -o root -g root $(DESTDIR)/$(SHAREDIR)/template.d
    2021        #@install -d -m 0755 -o root -g root $(DESTDIR)/$(MANDIR)
    2122
     
    2627        install    -m 0644 -o root -g root PROJECT-META.sample.yml $(DESTDIR)/$(SHAREDIR)
    2728        install    -m 0644 -o root -g root licence.d/*.txt $(DESTDIR)/$(SHAREDIR)/licence.d
     29        install    -m 0644 -o root -g root licence.d/*.tt  $(DESTDIR)/$(SHAREDIR)/template.d
    2830
    2931        #@install -d -m 0755 -o root -g root $(DESTDIR)/$(COMPDIR)
Note: See TracChangeset for help on using the changeset viewer.