summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-16 18:26:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-16 18:26:22 +0000
commit19b476ece8d845d40ba47eb80af653f6a2c239a9 (patch)
tree4b562667aa3325db0d6bd6985c56da30388f5b17 /Makefile
parent14c1108c607901e1289bde713fd9573dcce36879 (diff)
downloadldetect-lst-19b476ece8d845d40ba47eb80af653f6a2c239a9.tar
ldetect-lst-19b476ece8d845d40ba47eb80af653f6a2c239a9.tar.gz
ldetect-lst-19b476ece8d845d40ba47eb80af653f6a2c239a9.tar.bz2
ldetect-lst-19b476ece8d845d40ba47eb80af653f6a2c239a9.tar.xz
ldetect-lst-19b476ece8d845d40ba47eb80af653f6a2c239a9.zip
add usbtable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 12fac097..67a37338 100644
--- a/Makefile
+++ b/Makefile
@@ -13,16 +13,17 @@ CardsNames: Cards+ Cards2CardsNames.pl
install: build
install -d $(dir)
+ for i in pcitable usbtable; do \
(echo "# !! The original version is available in CVS at" ; \
echo "# export CVSROOT=:pserver:anoncvs@cvs.mandrakesoft.com:/home/cvs/cooker" ; \
- echo "# cvs login (password ``cvs'')" ; \
+ echo "# cvs login (password \`\`cvs'')" ; \
echo "# cvs checkout soft/$(project)" ; \
echo "# or" ; \
echo "# export CVSROOT=:ext:LOGIN@cvs.mandrakesoft.com:/home/cvs/cooker" ; \
echo "# export CVS_RSH=ssh" ; \
echo "# cvs checkout soft/$(project)" ; \
- cat pcitable \
- ) > $(dir)/pcitable
+ cat $$i \
+ ) > $(dir)/$$i; done
install -m 644 Cards+ CardsNames MonitorsDB isdn.db $(dir)