From: <marcin.antczak@neutrico.pl>
To: <12713@debbugs.gnu.org>
Subject: bug#12713: Man files broken too....
Date: Wed, 24 Oct 2012 18:14:46 +0200 [thread overview]
Message-ID: <e129bbc1c88e7b08c7a71673d7c9aad0@localhost> (raw)
In-Reply-To: <877gqhcdc0.fsf@neutrico.pl>
Just realized that in my build example mentioned in previous message,
man files have wrong names too.
ctags.1.emacs24.gz (emacs24 is suffix but should be placed before .1)
I mangled these names in debian/rules like this:
flavor := emacs24
manuals = $(shell mv -f $(mandir)/$(man) $(mandir)/$(patsubst
emacs.$(flavor).1,$(flavor).1,$(patsubst %.1,%.$(flavor).1,$(man))))
override_dh_installman:
$(foreach man, $(notdir $(wildcard $(mandir)/*.1)), $(manuals))
Maybe you could use this code to solve this bug.
prev parent reply other threads:[~2012-10-24 16:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-23 17:23 bug#12713: 24.2.50; Broken Makefile.in unable to build with program-transform-name and suffix Marcin Antczak
2012-10-23 17:39 ` Glenn Morris
2012-10-24 15:48 ` bug#12713: #12713 This bug is not fixed marcin.antczak
2012-10-24 16:14 ` marcin.antczak [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e129bbc1c88e7b08c7a71673d7c9aad0@localhost \
--to=marcin.antczak@neutrico.pl \
--cc=12713@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).