[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#672165: marked as done (php-elisp: info mode manual)



Your message dated Wed, 10 Jul 2019 00:09:58 -0400
with message-id <20190710040956.3huyct7gaqgioyir@DigitalMercury.dynalias.net>
and subject line Re: php-elisp: info mode manual
has caused the Debian Bug report #672165,
regarding php-elisp: info mode manual
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
672165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672165
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: php-elisp
Version: 1.5.0-1.1
Severity: wishlist

It'd be good if the php-mode manual was installed in the package in
.info format, that being usual for emacs things.

I get some joy from extending debian/rules per below, and adding a
@direntry to the .texi to ensure it appears in /usr/share/info/dir.


A doc-base entry for the php-mode.html copy of the manual might
advertise the existence of that more widely too.  I forget if info files
ought to appear in doc-base.  Perhaps yes so as to show the info and
html are two renditions of the same document ...


--- rules.orig	2012-05-07 16:59:40.000000000 +1000
+++ rules	2012-05-07 15:50:43.000000000 +1000
@@ -14,6 +14,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
+	make php-mode.info
 
 	touch build-stamp
 
@@ -44,6 +45,7 @@
 	dh_installdocs
 	dh_installemacsen
 	dh_installchangelogs 
+	dh_installinfo php-mode.info
 	dh_link
 	dh_strip
 	dh_compress
--- php-mode.texi.orig	2012-05-07 16:58:47.000000000 +1000
+++ php-mode.texi	2012-05-07 16:58:01.000000000 +1000
@@ -48,6 +48,11 @@
 
 @end copying
 
+@dircategory Emacs
+@direntry
+* PHP-Mode: (php-mode).                 PHP Mode Manual
+@end direntry
+
 @titlepage
 @title PHP Mode Manual
 @subtitle Editing PHP in GNU Emacs

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages php-elisp depends on:
ii  dpkg                     1.15.8.8
ii  emacs21 [emacsen]        21.4a+1-5.7
ii  emacs22-gtk [emacsen]    22.3+1-1.2
ii  emacs23 [emacsen]        23.4+1-3
ii  install-info             4.13a.dfsg.1-8
ii  xemacs21-mule [emacsen]  21.4.22-3.2

Versions of packages php-elisp recommends:
pn  speedbar  <none>

Versions of packages php-elisp suggests:
pn  php5      <none>
pn  php5-cli  <none>

--- End Message ---
--- Begin Message ---
Hi Kevin,

php-elisp (renamed to php-mode upstream) no longer ships info or html
documentation.  Please feel free to file a wishlist bug upstream.

https://github.com/emacs-php/php-mode

Cheers,
Nicholas

--- End Message ---

Reply to: