summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.org>2002-01-22 13:24:01 +0000
committerBernhard Rosenkraenzer <bero@arklinux.org>2002-01-22 13:24:01 +0000
commit89c89c94865b34e7f5a60dcc879261f5cec3625b (patch)
treef32031202938a15219e6244050507bbac5e58ce4 /Makefile.am
parentd2f70b29e489ac2c7f3829e7549f7786a59013b3 (diff)
downloadgrep-89c89c94865b34e7f5a60dcc879261f5cec3625b.tar.gz
Add note on origins of cvs-clean
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8675fe28..05417f6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,7 @@ ACINCLUDE_INPUTS = $(M4DIR)/decl.m4 $(M4DIR)/djgpp.m4 $(M4DIR)/dosfile.m4 \
$(srcdir)/acinclude.m4 : $(ACINCLUDE_INPUTS)
cat $(ACINCLUDE_INPUTS) >$(srcdir)/acinclude.m4
+# make cvs-clean blatantly stolen from KDE CVS ;)
cvs-clean:
@if test ! -d CVS; then \
echo "You don't have a toplevel CVS directory."; \