ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/doc/Makefile.in
Revision: 30
Committed: Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
File size: 325 byte(s)
Log Message:
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

File Contents

# Content
1 # $Id: Makefile.in,v 7.26 2005/06/12 00:02:42 lusky Exp $
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"