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

From: ShaoHe Feng <shaohef@linux.vnet.ibm.com> Now Makefile install help/*.html twice. Fix it. And also install help/*.dita Signed-off-by: ShaoHe Feng <shaohef@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

On 2/17/2014 10:50 PM, shaohef@linux.vnet.ibm.com wrote:
From: ShaoHe Feng <shaohef@linux.vnet.ibm.com>
Now Makefile install help/*.html twice. Fix it. And also install help/*.dita DITA files are src files used to generate the help documents. When would we want them installed?
Signed-off-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com>
------- Adam King <rak@linux.vnet.ibm.com> IBM C&SI

On 02/18/2014 12:16 PM, Adam King wrote:
On 2/17/2014 10:50 PM, shaohef@linux.vnet.ibm.com wrote:
From: ShaoHe Feng <shaohef@linux.vnet.ibm.com>
Now Makefile install help/*.html twice. Fix it. And also install help/*.dita DITA files are src files used to generate the help documents. When would we want them installed?
remove them next version.
Signed-off-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com>
------- Adam King <rak@linux.vnet.ibm.com> IBM C&SI
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
-- Thanks and best regards! Sheldon Feng(冯少合)<shaohef@linux.vnet.ibm.com> IBM Linux Technology Center
participants (3)
-
Adam King
-
shaohef@linux.vnet.ibm.com
-
Sheldon