Changeset 9
- Timestamp:
- 01/15/04 16:33:15 (8 years ago)
- Files:
-
- trunk/Makefile (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile
- Property cvs2svn:cvs-rev changed from 1.4 to 1.5
r8 r9 29 29 $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR) 30 30 31 $(INSTALL) -m 0644 server/*.tmpl $(CONFDIR)/templates/ 31 for p in server/*.tmpl; do \ 32 $(INSTALL) -m 0644 "$$p" $(CONFDIR)/templates/ ; \ 33 done 32 34 $(INSTALL) -m 0644 server/logo.gif $(CONFDIR)/templates/ 33 35 $(INSTALL) -m 0644 server/style.css $(CONFDIR)/templates/ … … 83 85 mkdir -p $(DOCDIR) 84 86 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/ 86 88 $(INSTALL) -m 0644 build/doc/munin.conf.5 $(MANDIR)/man5/ 87 89 $(INSTALL) -m 0644 build/doc/munin-node.8 $(MANDIR)/man8/ … … 155 157 server/munin-cron.pod > build/doc/munin-cron.8 156 158 pod2man --section=5 --release=$(RELEASE) --center="Munin Documentation" \ 157 server/ server.conf.pod > build/doc/server.conf.5159 server/munin.conf.pod > build/doc/munin.conf.5 158 160 pod2man --section=5 --release=$(RELEASE) --center="Munin Documentation" \ 159 node/ node.conf.pod > build/doc/node.conf.5161 node/munin-node.conf.pod > build/doc/munin-node.conf.5 160 162 161 163 touch build-doc-stamp
