From: Jan Rękorajski Date: Mon, 4 Feb 2008 18:04:28 +0000 (+0000) Subject: - don't be smart about info files X-Git-Tag: auto/th/emacs-psgml-1_2_5-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Femacs-psgml.git;a=commitdiff_plain;h=9a956871f69fae2e601e589b9e1681968dd9a3b3 - don't be smart about info files Changed files: emacs-psgml-install-info.patch -> 1.1 --- 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: