From b44c3a8f980f594963e9d2288753d7f91b2adf8f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 27 Jun 2012 01:22:54 -0400 Subject: Fix GNU Automake targets in example build.in. --- diff --git a/specs/source-package-format-2.0.txt b/specs/source-package-format-2.0.txt index de29985..2078f78 100644 --- a/specs/source-package-format-2.0.txt +++ b/specs/source-package-format-2.0.txt @@ -541,13 +541,12 @@ Following is an example `build.in` file: touch $@ install-arch.stamp: build.stamp - cd src && make DESTDIR=$${PWD}/../dest install + cd src && make DESTDIR=$${PWD}/../dest install-exec rm -Rf dest/usr/include dest/usr/share/man touch $@ install-indep.stamp: build.stamp - cd src && make DESTDIR=$${PWD}/../dest install-data-am - cd src && make DESTDIR=$${PWD}/../dest install-man + cd src && make DESTDIR=$${PWD}/../dest install-data touch $@ binary-arch: install-arch.stamp -- cgit v0.9.1