groff
[Top][All Lists]
Advanced

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

Re: [Groff] groff documentation


From: Colin Watson
Subject: Re: [Groff] groff documentation
Date: Mon, 27 May 2002 14:25:05 +0100
User-agent: Mutt/1.3.28i

On Sun, May 26, 2002 at 11:22:03AM +0200, Werner LEMBERG wrote:
> groff.texinfo and other examples and documentation files are now
> installed into the standard places.  Enjoy and test!

A small typo, patch below. Also, perhaps the 'all' target should cause
the documentation to be built as well as just depending on
prepare_examples?

doc/Makefile.sub doesn't seem to have been added to the repository.

Index: Makefile.in
===================================================================
RCS file: /var/cvs/groff/doc/Makefile.in,v
retrieving revision 1.1
diff -p -u -r1.1 Makefile.in
--- Makefile.in 26 May 2002 09:32:25 -0000      1.1
+++ Makefile.in 27 May 2002 13:22:58 -0000
@@ -102,7 +102,7 @@ imagedir=img
 all: prepare_examples
 
 prepare_examples: grnexmpl.g
-       test -f grnexampl.g || cp $(srcdir)/grnexmpl.g .
+       test -f grnexmpl.g || cp $(srcdir)/grnexmpl.g .
 
 groff: groff.texinfo
        $(MAKEINFO) -I$(srcdir) $(srcdir)/groff.texinfo

Thanks,

-- 
Colin Watson                                  address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]