[Kimchi-devel] [PATCH V2] bug fix: make install help/*.html files once

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Tue Feb 18 04:54:02 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

Now Makefile install help/*.html twice.
Fix it.

Signed-off-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>
---
 ui/pages/help/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/pages/help/Makefile.am b/ui/pages/help/Makefile.am
index 61ea209..6b08668 100644
--- a/ui/pages/help/Makefile.am
+++ b/ui/pages/help/Makefile.am
@@ -17,7 +17,7 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
-DITA_HTML_FILES = $(patsubst %.dita,%.html,$(wildcard *.dita)) $(wildcard *.html)
+DITA_HTML_FILES = $(patsubst %.dita,%.html,$(wildcard *.dita))
 DITA_XSL_FILE = dita-help.xsl
 
 helpdir = $(datadir)/kimchi/ui/pages/help
-- 
1.8.4.2




More information about the Kimchi-devel mailing list