about summary refs log tree commit diff
path: root/doc/Makefile.am
blob: 427de61fabc2049d5b462f8db597a97959aa4bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile.am,v 1.2 2001/12/31 02:45:24 alex Exp $

# $Log: Makefile.am,v $
# Revision 1.2  2001/12/31 02:45:24  alex
# - nun werden alle generierten Dateien bei "maintainer-clean" geloescht.
#
# Revision 1.1  2001/12/31 02:22:29  alex
# - Makefile.am fuer das "doc"-Verzeichnis begonnen.

EXTRA_DIST = CVS.txt RFC.txt sample-ngircd.conf

maintainer-clean-local:
	rm -f Makefile Makefile.in

# -eof-