From b166f9bceae92921b71cd5ffc997fdca2abda7df Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 31 Aug 2007 13:56:21 +0000 Subject: build and install dkms-modules.alias and dkms-modules.description files --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8bfa132..78eaa1b6 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ FILES = AUTHORS ChangeLog Makefile Makefile.config convert lst update-ldetect-ls build: make -C lst build + make -C dkms-modules-info build check: make -C lst check @@ -23,6 +24,7 @@ clean: install: build install -d $(bindir) $(sbindir) $(dir) make -C lst install + make -C dkms-modules-info install install update-ldetect-lst $(sbindir) install convert/merge2pcitable.pl $(bindir) @@ -32,7 +34,7 @@ cleandist: rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 localcopy: - svn export -q -rBASE . $(PACKAGE)-$(VERSION) + svn export -q . $(PACKAGE)-$(VERSION) tar: tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) -- cgit v1.2.1