Ignore:
Timestamp:
Jun 26, 2018, 10:18:07 AM (6 years ago)
Author:
g7moreau
Message:
  • Move css style in an independant file velvice.css
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nagios-velvice/Makefile

    r243 r263  
    55MANDIR=/usr/share/man/man1
    66SHAREDOCDIR=/usr/share/doc/nagios-velvice
     7STYLEDIR=/etc/nagios3/stylesheets
    78
    89.PHONY: all ignore install update sync upload stat help pkg
     
    1920        @install -d -m 0755 -o root -g root $(DESTDIR)/$(MANDIR)
    2021        @install -d -m 0755 -o root -g root $(DESTDIR)/$(SHAREDOCDIR)
     22        @install -d -m 0755 -o root -g root $(DESTDIR)/$(STYLEDIR)
    2123
    2224        install    -m 0755 -o root -g root velvice.cgi          $(DESTDIR)/$(CGIDIR)
     25        install    -m 0644 -o root -g root velvice.sample.yml   $(DESTDIR)/$(ETCDIR)
    2326        install    -m 0644 -o root -g root velvice.1.gz         $(DESTDIR)/$(MANDIR)
    24         install    -m 0644 -o root -g root velvice.sample.yml   $(DESTDIR)/$(ETCDIR)
    2527        install    -m 0644 -o root -g root LICENSE.txt          $(DESTDIR)/$(SHAREDOCDIR)
     28        install    -m 0644 -o root -g root velvice.html         $(DESTDIR)/$(SHAREDOCDIR)
     29        install    -m 0644 -o root -g root velvice.sample.yml   $(DESTDIR)/$(SHAREDOCDIR)
     30        install    -m 0644 -o root -g root velvice.css          $(DESTDIR)/$(STYLEDIR)
    2631
    2732sync:
Note: See TracChangeset for help on using the changeset viewer.