From 3cb7021a9d7d1dbf87500822c015d2747a731ae1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 15 Dec 2000 14:45:12 +0000 Subject: add comments to installed pcitable --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c09144b5..3a93d07b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,12 @@ clean: install: build install -d $(dir) - install -m 644 pcitable $(dir) + (echo "# !! The original version is available in CVS at" ; \ + echo "# export CVSROOT=:pserver:anoncvs@linux-mandrake.com:/home/cvs/cooker" ; \ + echo "# cvs login (password ``cvs'')" ; \ + echo "# cvs checkout soft/$(project)" ; \ + cat pcitable \ + ) > $(dir)/pcitable rpm: clean $(RPM) -- cgit v1.2.1