ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/doc/Makefile.in
Revision: 31
Committed: Sun Oct 2 20:34:05 2005 UTC (20 years, 10 months ago) by knight
Original Path: ircd-hybrid/doc/Makefile.in
File size: 274 byte(s)
Log Message:
- Fix svn:keywords

File Contents

# User Rev Content
1 knight 31 # $Id$
2 adx 30 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"