From 9a956871f69fae2e601e589b9e1681968dd9a3b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 4 Feb 2008 18:04:28 +0000 Subject: [PATCH] - don't be smart about info files Changed files: emacs-psgml-install-info.patch -> 1.1 --- emacs-psgml-install-info.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 emacs-psgml-install-info.patch diff --git a/emacs-psgml-install-info.patch b/emacs-psgml-install-info.patch new file mode 100644 index 0000000..a9c9508 --- /dev/null +++ b/emacs-psgml-install-info.patch @@ -0,0 +1,14 @@ +--- psgml-1.2.5/Makefile.in.compile 2006-02-27 11:01:57.000000000 +0100 ++++ psgml-1.2.5/Makefile.in 2006-02-27 11:02:18.000000000 +0100 +@@ -37,11 +37,6 @@ + install-info: + $(INSTALL_DATA) psgml.info $(infodir) + $(INSTALL_DATA) psgml-api.info $(infodir) +- if $(SHELL) -c 'install-info --version' \ +- >/dev/null 2>&1; then \ +- install-info --info-dir=$(infodir) psgml.info; \ +- install-info --info-dir=$(infodir) psgml-api.info; \ +- else true; fi + + + xemacs: -- 2.43.0