Parent Directory | Revision Log
(Frodo) Added README and COPYING file Now we will use a complete tar.gz file for distribution instead of a single patch Debian will include more docs
1 | frodo | 278 | PACKAGE=kernel-patch-usb-neodio |
2 | frodo | 288 | VERSION=1.1 |
3 | FILES=*.diff README COPYING | ||
4 | frodo | 278 | |
5 | frodo | 288 | BASENAME=$(PACKAGE)-$(VERSION) |
6 | frodo | 278 | |
7 | package: | ||
8 | frodo | 288 | ln -s . $(BASENAME) |
9 | tar cfvzp $(BASENAME).tar.gz $(addprefix $(BASENAME)/,$(FILES)) | ||
10 | $(RM) $(BASENAME) |
frodo@frodo.looijaard.name | ViewVC Help |
Powered by ViewVC 1.1.26 |