diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-10-17 22:57:25 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-10-17 22:57:25 +0000 |
commit | 9cd8523d3047eb00e9d1f90158d932c8c9c8d511 (patch) | |
tree | ed3a532bd8cdb721d111b483721cf1d97eb870a6 /man | |
parent | 33d7ef77bdc4d55c01f50f9a29ac660703c0e380 (diff) |
More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 0eabf46..eb3fe06 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -31,7 +31,7 @@ driverman_SOURCES = @DRIVER_NAME@.man driverman_DATA = $(driverman_SOURCES:man=$(DRIVER_MAN_SUFFIX)) -EXTRA_DIST = $(driverman_SOURCES) +EXTRA_DIST = @DRIVER_NAME@.man CLEANFILES = $(driverman_DATA) |