16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $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-
|