emacs-devel
[Top][All Lists]
Advanced

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

man/cc-mode.ss.


From: Lute Kamstra
Subject: man/cc-mode.ss.
Date: Mon, 11 Apr 2005 18:22:17 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

man/cc-mode.texi defines an index for syntactic symbols (@defindex ss)
which results in a file cc-mode.ss when cc-mode.dvi is made.  What
about these changes to deal with that file?

Lute.


Index: man/.cvsignore
===================================================================
RCS file: /cvsroot/emacs/emacs/man/.cvsignore,v
retrieving revision 1.6
diff -c -r1.6 .cvsignore
*** man/.cvsignore      15 Jul 2002 12:06:01 -0000      1.6
--- man/.cvsignore      11 Apr 2005 16:15:24 -0000
***************
*** 18,21 ****
--- 18,22 ----
  *.tps
  *.vr
  *.vrs
+ cc-mode.ss
  Makefile
Index: man/Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/man/Makefile.in,v
retrieving revision 1.63
diff -c -r1.63 Makefile.in
*** man/Makefile.in     27 Dec 2004 19:56:34 -0000      1.63
--- man/Makefile.in     11 Apr 2005 16:15:25 -0000
***************
*** 1,7 ****
  #### Makefile for the Emacs Manual and other documentation.
  
! # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
! #  Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
--- 1,7 ----
  #### Makefile for the Emacs Manual and other documentation.
  
! # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004,
! #   2005 Free Software Foundation, Inc.
  
  # This file is part of GNU Emacs.
  
***************
*** 323,329 ****
        $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi
  
  mostlyclean:
!       rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
  
  clean: mostlyclean
        rm -f *.dvi
--- 323,329 ----
        $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi
  
  mostlyclean:
!       rm -f *.log *.cp *.fn *.ky *.pg *.vr cc-mode.ss core *.tp *.core 
gnustmp.*
  
  clean: mostlyclean
        rm -f *.dvi




reply via email to

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