repo: ngircd action: commit revision: path_from: revision_from: 6f97dd4938e35ce01786ca3826db416f44ec7156: path_to: revision_to:
commit 6f97dd4938e35ce01786ca3826db416f44ec7156 Author: Alexander BartonDate: Wed Apr 27 07:52:29 2005 +0000 Remove "doc/src" directory on "make distclean". diff --git a/doc/Makefile.am b/doc/Makefile.am
--- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.17 2003/04/22 23:50:18 alex Exp $ +# $Id: Makefile.am,v 1.18 2005/04/27 07:52:29 alex Exp $ # EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt \ @@ -18,6 +18,9 @@ EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt \ maintainer-clean-local: rm -f Makefile Makefile.in +distclean-local: + rm -rf src + docdir = $(datadir)/doc/$(PACKAGE) documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \
-----END OF PAGE-----