[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[5188] Windows manifest file for install-info
From: |
karl |
Subject: |
[5188] Windows manifest file for install-info |
Date: |
Fri, 22 Feb 2013 23:53:54 +0000 |
Revision: 5188
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5188
Author: karl
Date: 2013-02-22 23:53:54 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
Windows manifest file for install-info
Modified Paths:
--------------
trunk/ChangeLog
trunk/install-info/Makefile.am
Added Paths:
-----------
trunk/install-info/ginstall-info.exe.manifest
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2013-02-22 23:45:54 UTC (rev 5187)
+++ trunk/ChangeLog 2013-02-22 23:53:54 UTC (rev 5188)
@@ -1,5 +1,9 @@
2013-02-22 Eli Zaretskii <address@hidden>
+ * install-info/ginstall-info.exe.manifest: new file.
+ * install-info/Makefile.am (dist_bin_SCRIPTS) [HOST_IS_WINDOWS]:
+ add it. bug-texinfo, 19 Feb 2013 19:39:51.
+
* info/pcterm.c (pc_initialize_terminal): Move prototype outside
of w32_info_init to the file level.
bug-texinfo, 19 Feb 2013 19:40:48.
Modified: trunk/install-info/Makefile.am
===================================================================
--- trunk/install-info/Makefile.am 2013-02-22 23:45:54 UTC (rev 5187)
+++ trunk/install-info/Makefile.am 2013-02-22 23:53:54 UTC (rev 5188)
@@ -1,7 +1,7 @@
# $Id: Makefile.am,v 1.3 2012-06-11 17:54:27 karl Exp $
# Makefile.am for texinfo/install-info.
#
-# Copyright 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright 2008, 2009, 2010, 2012, 2013 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -14,6 +14,11 @@
SUBDIRS = tests
bin_PROGRAMS = ginstall-info
+w32_script = ginstall-info.exe.manifest
+if HOST_IS_WINDOWS
+ dist_bin_SCRIPTS = $(w32_script)
+endif
+
# Use `ginstall-info' in the definition of PROGRAMS and in dependencies
# because automake generates an install-info target in every Makefile
# (this is easier than changing Automake.)
Added: trunk/install-info/ginstall-info.exe.manifest
===================================================================
--- trunk/install-info/ginstall-info.exe.manifest
(rev 0)
+++ trunk/install-info/ginstall-info.exe.manifest 2013-02-22 23:53:54 UTC
(rev 5188)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
+ <v3:security>
+ <v3:requestedPrivileges>
+ <v3:requestedExecutionLevel level="asInvoker" />
+ </v3:requestedPrivileges>
+ </v3:security>
+ </v3:trustInfo>
+</assembly>
Property changes on: trunk/install-info/ginstall-info.exe.manifest
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:eol-style
+ CRLF
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [5188] Windows manifest file for install-info,
karl <=