[Kimchi-devel] [PATCH] bug fix: make install both *.dita and *.html files

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Tue Feb 18 03:50:35 UTC 2014


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

Now Makefile install help/*.html twice.
Fix it.
And also install help/*.dita

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..f4eb7f5 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)) $(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