This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[GOLD] PATCH: PR gold/10895: "make install-pdf" doesn't work


Hi,

install-pdf is missing in po/Make-in. I am checking in this as an
obvious fix.


H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gold/ChangeLog,v
retrieving revision 1.338
diff -u -p -r1.338 ChangeLog
--- ChangeLog	3 Nov 2009 14:43:10 -0000	1.338
+++ ChangeLog	3 Nov 2009 15:26:57 -0000
@@ -1,5 +1,10 @@
 2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>
 
+	PR gold/10895
+	* po/Make-in (install-pdf): New.
+
+2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* po/Make-in (.po.gmo): Don't generate .gmo files in source
 	tree.
 
Index: po/Make-in
===================================================================
RCS file: /cvs/src/src/gold/po/Make-in,v
retrieving revision 1.2
diff -u -p -r1.2 Make-in
--- po/Make-in	3 Nov 2009 14:43:10 -0000	1.2
+++ po/Make-in	3 Nov 2009 15:26:57 -0000
@@ -112,6 +112,7 @@ install: install-exec install-data
 install-exec:
 install-info:
 install-html:
+install-pdf:
 install-data: install-data-@USE_NLS@
 install-data-no: all
 install-data-yes: all


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]