Hi Dalibor, On Mon, 2007-02-19 at 06:47 -0800, Dalibor Topic wrote: > 2007-02-19 Dalibor Topic <[EMAIL PROTECTED]> > > * cp-hacking.texinfo, cp-tools.texinfo, > cp-vmintegration.texinfo: Prefix output file name > with cp.
Thanks for that. I hadn't been able to find it.
> make distcheck now fails since the man pages are left over after
> cleanup. I'll leave the decision whether to delete them on cleanup,
> or to distribute them to Mark.
I choose to fix that as follows:
2007-02-19 Mark Wielaard <[EMAIL PROTECTED]>
* doc/.cvsignore: Add *.1.
* doc/Makefile.am (CLEANFILES): Add Tools_MANFILES.
Cheers,
Mark
Index: doc/.cvsignore
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/.cvsignore,v
retrieving revision 1.3
diff -u -r1.3 .cvsignore
--- doc/.cvsignore 6 Jun 2004 03:53:19 -0000 1.3
+++ doc/.cvsignore 19 Feb 2007 22:13:34 -0000
@@ -11,3 +11,4 @@
*.toc
*.tp
*.vr
+*.1
Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/Makefile.am,v
retrieving revision 1.7
diff -u -r1.7 Makefile.am
--- doc/Makefile.am 18 Feb 2007 23:06:29 -0000 1.7
+++ doc/Makefile.am 19 Feb 2007 22:13:34 -0000
@@ -76,3 +76,6 @@
gtnameserv.pod: $(srcdir)/cp-tools.texinfo
-$(TEXI2POD) -D gtnameserv < $< > $@
+
+CLEANFILES = $(TOOLS_MANFILES)
+
signature.asc
Description: This is a digitally signed message part
