emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111027: Add srecode manual to bui


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111027: Add srecode manual to build process
Date: Wed, 12 Dec 2012 09:19:20 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111027
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-12-12 09:19:20 -0800
message:
  Add srecode manual to build process
  
  * doc/misc/srecode.texi: Small edits.  Set copyright to FSF, add explicit
  GFDL 1.3+ license, fix up index.
  
  * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
  (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
  (srecode.pdf): New targets.
  
  * doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
  ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
  
  * info/dir: Add srecode.
modified:
  ChangeLog
  doc/misc/ChangeLog
  doc/misc/Makefile.in
  doc/misc/makefile.w32-in
  doc/misc/srecode.texi
  info/dir
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-12-11 18:37:53 +0000
+++ b/ChangeLog 2012-12-12 17:19:20 +0000
@@ -1,3 +1,7 @@
+2012-12-12  Glenn Morris  <address@hidden>
+
+       * info/dir: Add srecode.
+
 2012-12-11  Nicolas Richard  <address@hidden>  (tiny change)
 
        * Makefile.in (install-info, uninstall): Ensure make's messages

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-12-12 17:15:25 +0000
+++ b/doc/misc/ChangeLog        2012-12-12 17:19:20 +0000
@@ -1,3 +1,13 @@
+2012-12-12  Glenn Morris  <address@hidden>
+
+       * srecode.texi: Small edits.  Set copyright to FSF, add explicit
+       GFDL 1.3+ license, fix up index.
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
+       (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
+       (srecode.pdf): New targets.
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
+       ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
+
 2012-12-12  Eric Ludlam  <address@hidden>
 
        * srecode.texi: New file, imported from CEDET trunk.

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2012-10-23 07:43:39 +0000
+++ b/doc/misc/Makefile.in      2012-12-12 17:19:20 +0000
@@ -47,7 +47,7 @@
        flymake forms gnus emacs-gnutls idlwave info.info \
        mairix-el message mh-e newsticker nxml-mode \
        org pcl-cvs pgg rcirc remember reftex sasl \
-       sc semantic ses sieve smtpmail speedbar tramp \
+       sc semantic ses sieve smtpmail speedbar srecode tramp \
        url vip viper widget woman
 
 DVI_TARGETS = \
@@ -95,6 +95,7 @@
        sieve.dvi \
        smtpmail.dvi \
        speedbar.dvi \
+       srecode.dvi \
        tramp.dvi \
        url.dvi \
        vip.dvi \
@@ -147,6 +148,7 @@
        sieve.pdf \
        smtpmail.pdf \
        speedbar.pdf \
+       srecode.pdf \
        tramp.pdf \
        url.pdf \
        vip.pdf \
@@ -606,6 +608,15 @@
 speedbar.pdf: ${srcdir}/speedbar.texi
        $(ENVADD) $(TEXI2PDF) ${srcdir}/speedbar.texi
 
+srecode : $(buildinfodir)/srecode$(INFO_EXT)
+$(buildinfodir)/srecode$(INFO_EXT): ${srcdir}/srecode.texi
+       $(mkinfodir)
+       $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/srecode.texi
+srecode.dvi: ${srcdir}/srecode.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/srecode.texi
+srecode.pdf: ${srcdir}/srecode.texi
+       $(ENVADD) $(TEXI2PDF) ${srcdir}/srecode.texi
+
 tramp : $(buildinfodir)/tramp$(INFO_EXT)
 $(buildinfodir)/tramp$(INFO_EXT): ${srcdir}/tramp.texi ${srcdir}/trampver.texi
        $(mkinfodir)

=== modified file 'doc/misc/makefile.w32-in'
--- a/doc/misc/makefile.w32-in  2012-05-04 06:45:03 +0000
+++ b/doc/misc/makefile.w32-in  2012-12-12 17:19:20 +0000
@@ -54,7 +54,8 @@
                $(infodir)/remember$(INFO_EXT) $(infodir)/nxml-mode$(INFO_EXT) \
                $(infodir)/epa$(INFO_EXT) $(infodir)/mairix-el$(INFO_EXT) 
$(infodir)/sasl$(INFO_EXT) \
                $(infodir)/auth$(INFO_EXT) $(infodir)/eieio$(INFO_EXT) 
$(infodir)/ede$(INFO_EXT) \
-               $(infodir)/semantic$(INFO_EXT) $(infodir)/edt$(INFO_EXT) 
$(infodir)/emacs-gnutls$(INFO_EXT)
+               $(infodir)/semantic$(INFO_EXT) $(infodir)/edt$(INFO_EXT) 
$(infodir)/emacs-gnutls$(INFO_EXT) \
+               $(infodir)/srecode$(INFO_EXT)
 DVI_TARGETS = calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi \
                ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi \
                sieve.dvi pgg.dvi mh-e.dvi \
@@ -65,7 +66,7 @@
                newsticker.dvi rcirc.dvi erc.dvi ert.dvi \
                remember.dvi nxml-mode.dvi \
                epa.dvi mairix-el.dvi sasl.dvi auth.dvi eieio.dvi ede.dvi \
-               semantic.dvi edt.dvi emacs-gnutls.dvi
+               semantic.dvi edt.dvi emacs-gnutls.dvi srecode.dvi
 INFOSOURCES = info.texi
 
 # The following rule does not work with all versions of `make'.
@@ -358,6 +359,11 @@
 emacs-gnutls.dvi: emacs-gnutls.texi doclicense.texi
        $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-gnutls.texi
 
+$(infodir)/srecode$(INFO_EXT): srecode.texi doclicense.texi
+       $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ srecode.texi
+srecode.dvi: srecode.texi doclicense.texi
+       $(ENVADD) $(TEXI2DVI) $(srcdir)/srecode.texi
+
 mostlyclean:
        - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
 
@@ -385,7 +391,8 @@
                 $(infodir)/epa* $(infodir)/sasl* \
                 $(infodir)/mairix-el* $(infodir)/auth* \
                 $(infodir)/eieio* $(infodir)/ede* \
-                $(infodir)/semantic* $(infodir)edt* $(infodir)/emacs-gnutls*
+                $(infodir)/semantic* $(infodir)edt* \
+                $(infodir)/emacs-gnutls* $(infodir)/srecode*
 
 distclean: clean
        - $(DEL) makefile

=== modified file 'doc/misc/srecode.texi'
--- a/doc/misc/srecode.texi     2012-12-12 17:15:25 +0000
+++ b/doc/misc/srecode.texi     2012-12-12 17:19:20 +0000
@@ -1,32 +1,50 @@
-\input texinfo   @c -*-texinfo-*-
address@hidden
address@hidden $Id: srecode.texi,v 1.24 2010-05-30 20:22:40 scymtym Exp $
address@hidden
+\input texinfo
 @c %**start of header
address@hidden srecode.info
address@hidden ../../info/srecode
 @set TITLE SRecoder Manual
 @set AUTHOR Eric M. Ludlam
 @settitle @value{TITLE}
+
address@hidden Merge all indexes into a single index for now.
address@hidden We can always separate them later into two or more as needed.
address@hidden vr cp
address@hidden fn cp
address@hidden ky cp
address@hidden pg cp
address@hidden tp cp
 @c %**end of header
 
address@hidden
address@hidden Emacs
address@hidden
-START-INFO-DIR-ENTRY
-* srecode: (srecode).       Template code generator
-END-INFO-DIR-ENTRY
address@hidden format
address@hidden ifinfo
address@hidden
+Copyright @copyright{} 2007-2012 Free Software Foundation, Inc.
+
address@hidden
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.3 or
+any later version published by the Free Software Foundation; with no
+Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
+and with the Back-Cover Texts as in (a) below.  A copy of the license
+is included in the section entitled ``GNU Free Documentation License''.
+
+(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
+modify this GNU manual.  Buying copies from the FSF supports it in
+developing GNU and promoting software freedom.''
address@hidden quotation
address@hidden copying
+
address@hidden Emacs misc features
address@hidden
+* SRecode: (srecode).           Template code generator.
address@hidden direntry
 
 @titlepage
 @sp 10
address@hidden @titlefont{srecode}
address@hidden @titlefont{SRecode}
 @vskip 0pt plus 1 fill
-Copyright @copyright{} 2007, 2008, 2009, 2010, 2011 Eric M. Ludlam
address@hidden by @value{AUTHOR}
 @end titlepage
 
 @macro semantic{}
address@hidden
address@hidden
 @end macro
 
 @macro EIEIO{}
@@ -55,6 +73,10 @@
 template commonality allows it to work in multiple languages with
 ease.
 
address@hidden
address@hidden
address@hidden ifnottex
+
 @menu
 * Quick Start::                 Basic Setup for template insertion.
 * User Templates::              Custom User Templates
@@ -66,6 +88,7 @@
 * Template Naming Conventions:: Creating a set of core templates
 * Inserting Tag Lists::         Inserting Semantic tags via templates
 * Application Writing::         Writing an @srecode{}r application
+* GNU Free Documentation License:: The license for this documentation.
 * Index::
 @end menu
 
@@ -1759,10 +1782,18 @@
  todo - Add examples.  Most core stuff is already described above.
 
 
address@hidden GNU Free Documentation License
address@hidden GNU Free Documentation License
address@hidden doclicense.texi
+
 
 @node Index
address@hidden Index
address@hidden Index
address@hidden cp
 
address@hidden
 @contents
address@hidden
address@hidden iftex
 
 @bye

=== modified file 'info/dir'
--- a/info/dir  2012-05-02 07:20:29 +0000
+++ b/info/dir  2012-12-12 17:19:20 +0000
@@ -81,6 +81,7 @@
 * Semantic: (semantic).         Source code parser library and utilities.
 * SES: (ses).                   Simple Emacs Spreadsheet.
 * Speedbar: (speedbar).         File/Tag summarizing utility.
+* SRecode: (srecode).           Template code generator.
 * VIP: (vip).                   An older VI-emulation for Emacs.
 * VIPER: (viper).               A VI-emulation mode for Emacs.
 * WoMan: (woman).               Browse UN*X Manual Pages "W.O. (without) Man".


reply via email to

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