Gnus development mailing list
 help / color / mirror / Atom feed
From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
Subject: One more patch (was: [Patch] FAQ in texinfo format)
Date: Sun, 20 Apr 2003 19:10:18 +0200	[thread overview]
Message-ID: <u65p9umbp.fsf@hschmi22.userfqdn.rz-online.de> (raw)
In-Reply-To: <uel3yurub.fsf@hschmi22.userfqdn.rz-online.de>

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

Frank Schmitt <usereplyto@Frank-Schmitt.net> writes:

> I've now finished (with the friendly help of Jesper Harder and the
> docbook2x maintainer) the texinfo version of the Gnus FAQ. I attach it
> together with an update to the FAQ in the nndoc group (do we need this
> any longer when texinfo is ready?).
>
> Please give comments and if everything is alright, could anybody with
> CVS write access please commit the stuff?

Here's a patch against make.bat to build gnus-faq.texi, I must admit
that I've no idea what to change in texi/Makefile.in to do the same but
perhaps someone else can do this.


[-- Attachment #2: Build gnus-faq.texi --]
[-- Type: application/octet-stream, Size: 1169 bytes --]

--- make.bat	2003-04-19 22:14:54.000000000 +0200
+++ make.bat.new	2003-04-20 19:02:54.000000000 +0200
@@ -132,6 +132,8 @@
 if ErrorLevel 1 set ERROR=%ERROR%,pgg.texi
 %EMACSINFO% message.texi
 if ErrorLevel 1 set ERROR=%ERROR%,message.texi
+%EMACSINFO% gnus-faq.texi
+if ErrorLevel 1 set ERROR=%ERROR%,gnus-faq.texi
 
 if not "%2" == "/copy" goto nocopy
 if not exist %GNUS_INFO_DIR% mkdir %GNUS_INFO_DIR%
@@ -155,6 +157,8 @@
 if ErrorLevel 1 set ERROR=%ERROR%,copy-sieve-info
 xcopy /R /Q /Y pgg        %GNUS_INFO_DIR%
 if ErrorLevel 1 set ERROR=%ERROR%,copy-pgg-info
+xcopy /R /Q /Y gnus-faq   %GNUS_INFO_DIR%
+if ErrorLevel 1 set ERROR=%ERROR%,copy-gnus-faq-info
 
 echo.
 echo ***************************************************************************
@@ -163,7 +167,8 @@
 echo * if they aren't already there:
 echo *
 echo * * PGG: (pgg).	Emacs interface to various PGP implementations.
-echo * * Sieve: (sieve).	Managing Sieve scripts in Emacs.
+echo * * Sieve: (sieve).      Managing Sieve scripts in Emacs.
+echo * * Frequently Asked Questions:   The new FAQ for Gnus.
 echo ***************************************************************************
 echo.
 

[-- Attachment #3: Type: text/plain, Size: 74 bytes --]


and I forgot that the info files shall be named foo instead of foo.info


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: Setfilename gnus-faq instead of gnus-faq.info --]
[-- Type: text/x-patch, Size: 311 bytes --]

--- texi/gnus-faq.texi	2003-04-19 22:32:08.000000000 +0200
+++ texi/gnus-faq.texi.new	2003-04-20 19:04:24.000000000 +0200
@@ -1,6 +1,6 @@
 \input texinfo                  @c -*-texinfo-*-\input texinfo
 
-@setfilename gnus-faq.info
+@setfilename gnus-faq
 @settitle The Gnus FAQ.
 @dircategory Emacs
 @direntry

[-- Attachment #5: Type: text/plain, Size: 355 bytes --]


However, I must admit that I like the foo.info variant much better,
what's the reason to just use foo?

-- 
"You know the world is going crazy when the best rapper is a white guy,
the best golfer is a black guy, the Swiss hold the America's Cup, France
is accusing the US of arrogance, and Germany doesn't want to go to war."
          -- Unknown author

  parent reply	other threads:[~2003-04-20 17:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-19 20:58 [Patch] FAQ in texinfo format Frank Schmitt
2003-04-20 14:39 ` Kai Großjohann
2003-04-20 16:00   ` Karl Pflästerer
2003-04-20 16:50     ` Frank Schmitt
2003-04-21 18:29       ` Steinar Bang
2003-04-21 19:31         ` Frank Schmitt
2003-04-21 22:25           ` Reiner Steib
2003-04-22  9:01             ` Frank Schmitt
2003-04-22  9:42               ` Kai Großjohann
2003-04-22 14:07                 ` Reiner Steib
2003-04-20 19:11     ` Steinar Bang
2003-04-20 20:14       ` Karl Pflästerer
2003-04-20 17:10 ` Frank Schmitt [this message]
2003-04-27  3:21   ` One more patch Lars Magne Ingebrigtsen
2003-04-27 10:13     ` Frank Schmitt
2003-04-27 10:50     ` Reiner Steib
2003-04-27 11:45       ` Lars Magne Ingebrigtsen

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u65p9umbp.fsf@hschmi22.userfqdn.rz-online.de \
    --to=usereplyto@frank-schmitt.net \
    --cc=replies@Frank-Schmitt.net \
    /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.
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 NNTP newsgroup(s).