diff options
| author | Teodor Zlatanov | 2011-02-06 00:25:41 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-02-06 00:25:41 +0000 |
| commit | 7fbf7cae66482c80e93acb9864aad31cf29e5c83 (patch) | |
| tree | c180285fab30b12981b146679baa807896610d3b /doc | |
| parent | 4d881c83419fbdbcfc4ba8cc8b0ef88eb9c45ccd (diff) | |
| download | emacs-7fbf7cae66482c80e93acb9864aad31cf29e5c83.tar.gz emacs-7fbf7cae66482c80e93acb9864aad31cf29e5c83.zip | |
gnus-overrides.texi: Renamed from overrides.texi and all the relevant manuals use it now.
Makefile.in (nowebhack): Fixed to use -D flag instead of overrides.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 4 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 8 | ||||
| -rw-r--r-- | doc/misc/emacs-mime.texi | 7 | ||||
| -rw-r--r-- | doc/misc/gnus-overrides.texi | 0 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 7 | ||||
| -rw-r--r-- | doc/misc/message.texi | 7 | ||||
| -rw-r--r-- | doc/misc/pgg.texi | 8 | ||||
| -rw-r--r-- | doc/misc/sasl.texi | 8 | ||||
| -rw-r--r-- | doc/misc/sieve.texi | 8 |
10 files changed, 64 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 08799f17f18..33772e988d7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-02-05 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * gnus-overrides.texi: Renamed from overrides.texi and all the relevant | ||
| 4 | manuals use it now. | ||
| 5 | |||
| 6 | * Makefile.in (nowebhack): Fixed to use -D flag instead of overrides. | ||
| 7 | |||
| 1 | 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org> | 8 | 2011-02-05 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 9 | ||
| 3 | * overrides.texi: Remove. | 10 | * overrides.texi: Remove. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index f1dbf3bcc08..169d6c89b85 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -209,6 +209,10 @@ mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${i | |||
| 209 | 209 | ||
| 210 | info: $(INFO_TARGETS) | 210 | info: $(INFO_TARGETS) |
| 211 | 211 | ||
| 212 | # please modify this for all the web manual targets | ||
| 213 | webhack: clean | ||
| 214 | $(MAKE) pdf MAKEINFO_OPTS="-DWEBHACKDEVEL $(MAKEINFO_OPTS)" | ||
| 215 | |||
| 212 | dvi: $(DVI_TARGETS) | 216 | dvi: $(DVI_TARGETS) |
| 213 | 217 | ||
| 214 | pdf: $(PDF_TARGETS) | 218 | pdf: $(PDF_TARGETS) |
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index f19d6e28ddb..bad37dbe85a 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include gnus-overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/auth | 5 | @setfilename ../../info/auth |
| 3 | @settitle Emacs auth-source Library @value{VERSION} | 6 | @settitle Emacs auth-source Library @value{VERSION} |
| 4 | 7 | ||
| @@ -35,7 +38,12 @@ license to the document, as described in section 6 of the license. | |||
| 35 | @end direntry | 38 | @end direntry |
| 36 | 39 | ||
| 37 | @titlepage | 40 | @titlepage |
| 41 | @ifset WEBHACKDEVEL | ||
| 42 | @title Emacs auth-source Library (DEVELOPMENT VERSION) | ||
| 43 | @end ifset | ||
| 44 | @ifclear WEBHACKDEVEL | ||
| 38 | @title Emacs auth-source Library | 45 | @title Emacs auth-source Library |
| 46 | @end ifclear | ||
| 39 | @author by Ted Zlatanov | 47 | @author by Ted Zlatanov |
| 40 | @page | 48 | @page |
| 41 | @vskip 0pt plus 1filll | 49 | @vskip 0pt plus 1filll |
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi index 62a43aa11bc..ef6db1c3606 100644 --- a/doc/misc/emacs-mime.texi +++ b/doc/misc/emacs-mime.texi | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | 2 | ||
| 3 | @include gnus-overrides.texi | ||
| 4 | |||
| 3 | @setfilename ../../info/emacs-mime | 5 | @setfilename ../../info/emacs-mime |
| 4 | @settitle Emacs MIME Manual | 6 | @settitle Emacs MIME Manual |
| 5 | @synindex fn cp | 7 | @synindex fn cp |
| @@ -38,7 +40,12 @@ developing GNU and promoting software freedom.'' | |||
| 38 | @setchapternewpage odd | 40 | @setchapternewpage odd |
| 39 | 41 | ||
| 40 | @titlepage | 42 | @titlepage |
| 43 | @ifset WEBHACKDEVEL | ||
| 44 | @title Emacs MIME Manual (DEVELOPMENT VERSION) | ||
| 45 | @end ifset | ||
| 46 | @ifclear WEBHACKDEVEL | ||
| 41 | @title Emacs MIME Manual | 47 | @title Emacs MIME Manual |
| 48 | @end ifclear | ||
| 42 | 49 | ||
| 43 | @author by Lars Magne Ingebrigtsen | 50 | @author by Lars Magne Ingebrigtsen |
| 44 | @page | 51 | @page |
diff --git a/doc/misc/gnus-overrides.texi b/doc/misc/gnus-overrides.texi new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/doc/misc/gnus-overrides.texi | |||
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 936f140af00..16273d21c46 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | 2 | ||
| 3 | @include gnus-overrides.texi | ||
| 4 | |||
| 3 | @setfilename ../../info/gnus | 5 | @setfilename ../../info/gnus |
| 4 | @settitle Gnus Manual | 6 | @settitle Gnus Manual |
| 5 | @syncodeindex fn cp | 7 | @syncodeindex fn cp |
| @@ -329,7 +331,12 @@ developing GNU and promoting software freedom.'' | |||
| 329 | 331 | ||
| 330 | 332 | ||
| 331 | @titlepage | 333 | @titlepage |
| 334 | @ifset WEBHACKDEVEL | ||
| 335 | @title Gnus Manual (DEVELOPMENT VERSION) | ||
| 336 | @end ifset | ||
| 337 | @ifclear WEBHACKDEVEL | ||
| 332 | @title Gnus Manual | 338 | @title Gnus Manual |
| 339 | @end ifclear | ||
| 333 | 340 | ||
| 334 | @author by Lars Magne Ingebrigtsen | 341 | @author by Lars Magne Ingebrigtsen |
| 335 | @page | 342 | @page |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 34bd14f2a82..4f0c09f4117 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | 2 | ||
| 3 | @include gnus-overrides.texi | ||
| 4 | |||
| 3 | @setfilename ../../info/message | 5 | @setfilename ../../info/message |
| 4 | @settitle Message Manual | 6 | @settitle Message Manual |
| 5 | @synindex fn cp | 7 | @synindex fn cp |
| @@ -34,7 +36,12 @@ developing GNU and promoting software freedom.'' | |||
| 34 | @end iftex | 36 | @end iftex |
| 35 | 37 | ||
| 36 | @titlepage | 38 | @titlepage |
| 39 | @ifset WEBHACKDEVEL | ||
| 40 | @title Message Manual (DEVELOPMENT VERSION) | ||
| 41 | @end ifset | ||
| 42 | @ifclear WEBHACKDEVEL | ||
| 37 | @title Message Manual | 43 | @title Message Manual |
| 44 | @end ifclear | ||
| 38 | 45 | ||
| 39 | @author by Lars Magne Ingebrigtsen | 46 | @author by Lars Magne Ingebrigtsen |
| 40 | @page | 47 | @page |
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi index 9bdb1eaa216..6efa3e6bb72 100644 --- a/doc/misc/pgg.texi +++ b/doc/misc/pgg.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include gnus-overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/pgg | 5 | @setfilename ../../info/pgg |
| 3 | @settitle PGG @value{VERSION} | 6 | @settitle PGG @value{VERSION} |
| 4 | 7 | ||
| @@ -30,7 +33,12 @@ developing GNU and promoting software freedom.'' | |||
| 30 | @end direntry | 33 | @end direntry |
| 31 | 34 | ||
| 32 | @titlepage | 35 | @titlepage |
| 36 | @ifset WEBHACKDEVEL | ||
| 37 | @title PGG (DEVELOPMENT VERSION) | ||
| 38 | @end ifset | ||
| 39 | @ifclear WEBHACKDEVEL | ||
| 33 | @title PGG | 40 | @title PGG |
| 41 | @end ifclear | ||
| 34 | 42 | ||
| 35 | @author by Daiki Ueno | 43 | @author by Daiki Ueno |
| 36 | @page | 44 | @page |
diff --git a/doc/misc/sasl.texi b/doc/misc/sasl.texi index 99c4c98e439..ec33f0525d3 100644 --- a/doc/misc/sasl.texi +++ b/doc/misc/sasl.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include gnus-overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/sasl | 5 | @setfilename ../../info/sasl |
| 3 | 6 | ||
| 4 | @set VERSION 0.2 | 7 | @set VERSION 0.2 |
| @@ -37,7 +40,12 @@ license to the document, as described in section 6 of the license. | |||
| 37 | 40 | ||
| 38 | 41 | ||
| 39 | @titlepage | 42 | @titlepage |
| 43 | @ifset WEBHACKDEVEL | ||
| 44 | @title Emacs SASL Library @value{VERSION} (DEVELOPMENT VERSION) | ||
| 45 | @end ifset | ||
| 46 | @ifclear WEBHACKDEVEL | ||
| 40 | @title Emacs SASL Library @value{VERSION} | 47 | @title Emacs SASL Library @value{VERSION} |
| 48 | @end ifclear | ||
| 41 | 49 | ||
| 42 | @author by Daiki Ueno | 50 | @author by Daiki Ueno |
| 43 | @page | 51 | @page |
diff --git a/doc/misc/sieve.texi b/doc/misc/sieve.texi index 5c069f619ff..754ee15fecc 100644 --- a/doc/misc/sieve.texi +++ b/doc/misc/sieve.texi | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | \input texinfo @c -*-texinfo-*- | 1 | \input texinfo @c -*-texinfo-*- |
| 2 | |||
| 3 | @include gnus-overrides.texi | ||
| 4 | |||
| 2 | @setfilename ../../info/sieve | 5 | @setfilename ../../info/sieve |
| 3 | @settitle Emacs Sieve Manual | 6 | @settitle Emacs Sieve Manual |
| 4 | @synindex fn cp | 7 | @synindex fn cp |
| @@ -34,7 +37,12 @@ developing GNU and promoting software freedom.'' | |||
| 34 | @setchapternewpage odd | 37 | @setchapternewpage odd |
| 35 | 38 | ||
| 36 | @titlepage | 39 | @titlepage |
| 40 | @ifset WEBHACKDEVEL | ||
| 41 | @title Emacs Sieve Manual (DEVELOPMENT VERSION) | ||
| 42 | @end ifset | ||
| 43 | @ifclear WEBHACKDEVEL | ||
| 37 | @title Emacs Sieve Manual | 44 | @title Emacs Sieve Manual |
| 45 | @end ifclear | ||
| 38 | 46 | ||
| 39 | @author by Simon Josefsson | 47 | @author by Simon Josefsson |
| 40 | @page | 48 | @page |