From 4f8f40d8a937a9e7d556738f792a140e238fe476 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sat, 21 Oct 2006 18:34:31 +0000
Subject: [PATCH] Modified rules for target distdir-win32 due to subtle changes
 in GNU make 3.81.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2296 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/Makefile.am | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sm5/Makefile.am b/sm5/Makefile.am
index 7f79e9dfb..185e83fd8 100644
--- a/sm5/Makefile.am
+++ b/sm5/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 #
-# $Id: Makefile.am,v 1.79 2006/08/09 20:40:19 chrfranke Exp $
+# $Id: Makefile.am,v 1.80 2006/10/21 18:34:31 chrfranke Exp $
 #
 
 @SET_MAKE@
@@ -453,7 +453,11 @@ $(exedir_win32)/%.exe: %.exe
 	strip -s $@
 	touch -r $< $@
 
-$(docdir_win32)/%: %
+$(docdir_win32)/%.html: %.html
+	$(UNIX2DOS) < $< > $@
+	touch -r $< $@
+
+$(docdir_win32)/%.txt: %.txt
 	$(UNIX2DOS) < $< > $@
 	touch -r $< $@
 
-- 
GitLab