Changeset 9

Show
Ignore:
Timestamp:
01/15/04 16:33:15 (8 years ago)
Author:
jimmyo
Message:

Installation bugfixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r8 r9  
    2929        $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR) 
    3030 
    31         $(INSTALL) -m 0644 server/*.tmpl $(CONFDIR)/templates/ 
     31        for p in server/*.tmpl; do                            \ 
     32                $(INSTALL) -m 0644 "$$p" $(CONFDIR)/templates/ ; \ 
     33        done 
    3234        $(INSTALL) -m 0644 server/logo.gif $(CONFDIR)/templates/ 
    3335        $(INSTALL) -m 0644 server/style.css $(CONFDIR)/templates/ 
     
    8385        mkdir -p $(DOCDIR) 
    8486        mkdir -p $(MANDIR)/man1 $(MANDIR)/man5 $(MANDIR)/man8 
    85         $(INSTALL) -m 0644 build/doc/node.conf.5 $(MANDIR)/man5/ 
     87        $(INSTALL) -m 0644 build/doc/munin-node.conf.5 $(MANDIR)/man5/ 
    8688        $(INSTALL) -m 0644 build/doc/munin.conf.5 $(MANDIR)/man5/ 
    8789        $(INSTALL) -m 0644 build/doc/munin-node.8 $(MANDIR)/man8/ 
     
    155157                server/munin-cron.pod > build/doc/munin-cron.8 
    156158        pod2man  --section=5 --release=$(RELEASE) --center="Munin Documentation" \ 
    157                 server/server.conf.pod > build/doc/server.conf.5 
     159                server/munin.conf.pod > build/doc/munin.conf.5 
    158160        pod2man  --section=5 --release=$(RELEASE) --center="Munin Documentation" \ 
    159                 node/node.conf.pod > build/doc/node.conf.5 
     161                node/munin-node.conf.pod > build/doc/munin-node.conf.5 
    160162 
    161163        touch build-doc-stamp