Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37897646
en ru br
ALT Linux repos
S:2.2-alt9.1.qa4
5.0: 2.2-alt9.1
4.1: 2.2-alt9.1
4.0: 2.2-alt9.1
3.0: 2.2-alt9.1

Group :: Editors
RPM: emacs-xslt-process

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xslt-process.diff
Download


diff -uwbr xslt-process-2.2/doc/Makefile xslt-process-2.2-my/doc/Makefile
--- xslt-process-2.2/doc/Makefile	2002-08-07 17:56:37 +0400
+++ xslt-process-2.2-my/doc/Makefile	2004-05-09 19:39:56 +0400
@@ -60,7 +60,7 @@
 	(scale=0.75; \
 	 for f in $(IMAGES); do \
 	  width=`identify $$f | awk '{print $$3}' | awk -F x '{print $$1}'`; \
-	  height=`identify $$f | awk '{print $$3}' | awk -F x '{print $$2}'`; \
+          height=`identify $$f | awk '{print $$3}' | awk -F x '{print $$2}' | awk -F + '{print $$1}'`; \
 	  scalew=`echo $$scale '*' $$width | bc | awk '{printf "%d", $$0}'`; \
 	  scaleh=`echo $$scale '*' $$height | bc | awk '{printf "%d", $$0}'`; \
 	  var=`echo $$f | sed 's/.png//g'`; \
@@ -73,17 +73,17 @@
 	chmod a-w $@
 
 .png.pdf:
-	@(size=`identify $< | awk '{print $$2}'`; \
+	@(size=`identify $< | awk '{print $$3}'`; \
 	  echo convert -page $$size $< $@; \
 	  convert -page $$size $< $@)
 
 .png.jpg:
-	@(size=`identify $< | awk '{print $$2}'`; \
+	@(size=`identify $< | awk '{print $$3}'`; \
 	  echo convert -page $$size $< $@; \
 	  convert -page $$size $< $@)
 
 .png.eps:
-	@(size=`identify $< | awk '{print $$2}'`; \
+	@(size=`identify $< | awk '{print $$3}'`; \
 	  echo convert -page $$size $< $@; \
 	  convert -page $$size $< $@)
 
diff -uwbr xslt-process-2.2/doc/xslt-process.info xslt-process-2.2-my/doc/xslt-process.info
--- xslt-process-2.2/doc/xslt-process.info	2003-01-06 19:20:10 +0300
+++ xslt-process-2.2-my/doc/xslt-process.info	2004-05-09 19:37:07 +0400
@@ -1,9 +1,9 @@
-This is xslt-process.info, produced by makeinfo version 4.0 from
+Это xslt-process.info, созданный makeinfo версии 4.2 из
 xslt-process.texi.
 
 INFO-DIR-SECTION Miscellaneous
 START-INFO-DIR-ENTRY
-* XSLT-process::                  XSLT processing and debugging within Emacs.
+* XSLT-proces: (xslt-process).          XSLT processing and debugging within Emacs.
 END-INFO-DIR-ENTRY
 
    This file documents the features of the XSLT-process minor mode.
diff -uwbr xslt-process-2.2/doc/xslt-process.texi.in xslt-process-2.2-my/doc/xslt-process.texi.in
--- xslt-process-2.2/doc/xslt-process.texi.in	2003-01-06 09:37:06 +0300
+++ xslt-process-2.2-my/doc/xslt-process.texi.in	2004-05-09 19:37:07 +0400
@@ -9,7 +9,7 @@
 @ifinfo
 @dircategory Miscellaneous
 @direntry
-* XSLT-process::                  XSLT processing and debugging within Emacs.
+* XSLT-proces: (xslt-process).          XSLT processing and debugging within Emacs.
 @end direntry
 
 This file documents the features of the XSLT-process minor mode.
diff -uwbr xslt-process-2.2/lisp/xslt-process.el xslt-process-2.2-my/lisp/xslt-process.el
--- xslt-process-2.2/lisp/xslt-process.el	2003-01-05 00:53:40 +0300
+++ xslt-process-2.2-my/lisp/xslt-process.el	2004-05-09 19:37:07 +0400
@@ -163,7 +163,7 @@
 		      nil))
 	(package-dir (file-truename (concat (file-name-directory
 					     (locate-library "xslt-process"))
-					    ".." xslt-process-dir-separator))))
+					    "." xslt-process-dir-separator))))
     (if (null xemacs-dir)
 	package-dir
       (if (equal xemacs-dir package-dir)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin