source: nutchez-0.1/Makefile @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

File size: 479 bytes
Line 
1VERSION = 0.19.1
2all: help
3deb:
4  @sudo dpkg-buildpackage -rfakeroot -ai386 -k0xB35CE8C3
5clean:
6  @sudo debian/rules clean
7source: 
8  @chmod a+x ./bin/*
9help:
10  @echo "Usage:"
11  @echo "make deb     - Build Debian Package."
12  @echo "make clean   - Clean up Debian Package temparate files."
13  @echo "make source  - download source tarball from hadoop mirror site."
14  @echo "make help    - show Makefile options."
15  @echo " "
16  @echo "Example:"
17  @echo "$$ make source; make deb; make clean"
18
Note: See TracBrowser for help on using the repository browser.