diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-13 02:21:04 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-13 02:21:04 +0000 |
commit | 9e2a5fdbab3897cf3466b2c88dddc410edbb56a6 (patch) | |
tree | b8198b0689e5c7e904b9c097b9fc79be24c51ea6 /man/Makefile.am | |
parent | 60de355bced56d6af0e21102992e1dce543bce61 (diff) |
Update all input drivers to pass distcheck
Diffstat (limited to 'man/Makefile.am')
-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 037c760..9ecb395 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -18,4 +18,4 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -man_MANS = @DRIVER_NAME@.4 +dist_man_MANS = @DRIVER_NAME@.4 |