From 1aee27bd7f38e04a6eac605d2e11217cfcb5ee83 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 29 Jul 2006 03:49:29 +0000 Subject: [PATCH] Mention both Ubuntu and Debian throughout. * Makefile.defs, README, muse.texi: Mention Ubuntu wherever Debian is mentioned. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-168 --- ChangeLog | 14 ++++++++++++++ Makefile.defs | 4 ++-- README | 5 +++-- muse.texi | 22 ++++++++++++---------- 4 files changed, 31 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2e9566..18b0609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2006/muse--main--1.0 # +2006-07-29 03:49:29 GMT Michael Olson patch-168 + + Summary: + Mention both Ubuntu and Debian throughout. + Revision: + muse--main--1.0--patch-168 + + * Makefile.defs, README, muse.texi: Mention Ubuntu wherever Debian is + mentioned. + + modified files: + ChangeLog Makefile.defs README muse.texi + + 2006-07-27 22:28:13 GMT Michael Olson patch-167 Summary: diff --git a/Makefile.defs b/Makefile.defs index 8e8fd4f..54ee8fe 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -15,8 +15,8 @@ INFODIR = $(PREFIX)/info # Command to use to install the Info dir entry INSTALLINFO = install-info --info-dir=$(INFODIR) -# If you're using Debian, uncomment the following line and comment out -#the above line. +# If you're using Debian or Ubuntu, uncomment the following line and +# comment out the above line and enable the following line. #INSTALLINFO = install-info --section "Emacs" "emacs" --info-dir=$(INFODIR) # Useful only for the maintainer diff --git a/README b/README index ef5849c..db885e5 100644 --- a/README +++ b/README @@ -91,8 +91,9 @@ indicates where to put the Muse manual. Of course, you will want to edit EMACS and SITEFLAG as shown in the Compilation section if you are using XEmacs. -If you are installing Muse on a Debian system, you might want to -change the value of INSTALLINFO as specified in `Makefile.defs'. +If you are installing Muse on a Debian or Ubuntu system, you might +want to change the value of INSTALLINFO as specified in +`Makefile.defs'. If you wish to install Muse to different locations than the defaults specify, edit `Makefile.defs' accordingly. diff --git a/muse.texi b/muse.texi index 093861a..9048adb 100644 --- a/muse.texi +++ b/muse.texi @@ -192,11 +192,11 @@ This mailing list also provides support for @command{Planner} and @cindex releases, Debian package @cindex Debian package for Muse -Debian users can get Muse via apt-get. The @file{muse-el} package is -available both at Michael Olson's Debian repository and the official -Debian repository. To make use of the former, add the following line to -your @file{/etc/apt/sources.list} file and run @code{apt-get install -muse}. +Debian and Ubuntu users can get Muse via apt-get. The @file{muse-el} +package is available both at Michael Olson's APT repository and the +official Debian and Ubuntu repositories. To make use of the former, add +the following line to your @file{/etc/apt/sources.list} file and run +@code{apt-get install muse}. @example deb http://www.mwolson.org/debian/ ./ @@ -230,7 +230,7 @@ the following steps. @item Install arch @itemize @bullet -@item Debian: @kbd{apt-get install tla}. +@item Debian and Ubuntu: @kbd{apt-get install tla}. @item Other distributions: see @uref{http://regexps.srparish.net/www/}. @end itemize @@ -316,8 +316,9 @@ where you want the source and compiled Muse files to be installed and will want to edit @env{EMACS} and @env{SITEFLAG} as shown in the Compilation section if you are using XEmacs. -If you are installing Muse on a Debian system, you might want to change -the value of @env{INSTALLINFO} as specified in @file{Makefile.defs}. +If you are installing Muse on a Debian or Ubuntu system, you might want +to change the value of @env{INSTALLINFO} as specified in +@file{Makefile.defs}. If you wish to install Muse to different locations than the defaults specify, edit @file{Makefile.defs} accordingly. @@ -1710,8 +1711,9 @@ For more on the structure of this list, This publishing style is capable of producing LaTeX or PDF documents. If you wish to publish PDF documents, you will need to have a good TeX -installation. For Debian, this can be accomplished by installing the -``tetex-bin'' and ``tetex-extra'' packages. TeX fonts are also a must. +installation. For Debian and Ubuntu, this can be accomplished by +installing the ``tetex-bin'' and ``tetex-extra'' packages. TeX fonts +are also a must. @subheading Styles provided -- 2.11.4.GIT