ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/doc/Makefile.in
Revision: 34
Committed: Sun Oct 2 21:05:51 2005 UTC (18 years, 6 months ago) by lusky
File size: 274 byte(s)
Log Message:
create 7.2 branch, we can move/rename it as needed.


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