ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/ircd-hybrid-newconf/doc/Makefile.in
Revision: 1027
Committed: Sun Nov 8 13:01:13 2009 UTC (16 years, 9 months ago) by michael
File size: 274 byte(s)
Log Message:
- Move old 7.3 sources to branches/ircd-hybrid-newconf

File Contents

# Content
1 # $Id$
2 INSTALL = @INSTALL@
3 INSTALL_DATA = @INSTALL_DATA@
4 RM = @RM@
5 prefix = $(DESTDIR)@prefix@
6 mandir = $(DESTDIR)@mandir@
7
8 all:
9
10 install:
11 mkdir -p $(mandir)/man8
12 $(INSTALL_DATA) ircd.8 $(mandir)/man8/
13
14 distclean:
15 ${RM} -f Makefile
16
17 .PHONY: install distclean

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision