diff options
| author | Stephane Bortzmeyer <bortz@debian.org> | 2000-07-12 14:34:16 +0000 |
|---|---|---|
| committer | Stephane Bortzmeyer <bortz@debian.org> | 2000-07-12 14:34:16 +0000 |
| commit | ef23f4c32899efe5abdb0cb5be5b41942cccdb56 (patch) | |
| tree | 19a56949a2b630249cf156e197ca4682b2af0023 /debian/rules | |
| parent | 48a11ace528fb15a0ea871bae71bae2a05dcfc46 (diff) | |
| download | java-common-ef23f4c32899efe5abdb0cb5be5b41942cccdb56.tar.gz | |
* Adding the Debian-Java FAQ
* A few cleanings
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 6945508..8e4a0b6 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ build: build-stamp build-stamp: dh_testdir - $(MAKE) policy + $(MAKE) touch build-stamp clean: @@ -32,6 +32,7 @@ install-stamp: build-stamp dh_installdirs # Add here commands to install the package into debian/tmp. + dh_installdocs $(MAKE) install DESTDIR=`pwd`/debian/tmp touch install-stamp @@ -44,7 +45,6 @@ binary-arch: build install # dh_testversion dh_testdir dh_testroot - dh_installdocs dh_installexamples dh_installmenu # dh_installemacsen |
