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 r111134: Add htmlfontify manual to


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111134: Add htmlfontify manual to build process
Date: Fri, 04 Jan 2013 01:43:08 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111134
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2013-01-04 01:43:08 -0800
message:
  Add htmlfontify manual to build process
  
  * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
  Add htmlfontify.
  (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
  (htmlfontify.dvi, htmlfontify.pdf): New targets.
  
  * doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
  Add htmlfontify.
  ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
  
  * info/dir: Add htmlfontify.
modified:
  ChangeLog
  doc/misc/ChangeLog
  doc/misc/Makefile.in
  doc/misc/makefile.w32-in
  info/dir
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-01-01 09:11:05 +0000
+++ b/ChangeLog 2013-01-04 09:43:08 +0000
@@ -1,3 +1,7 @@
+2013-01-04  Glenn Morris  <address@hidden>
+
+       * info/dir: Add htmlfontify.
+
 2012-12-29  Andreas Schwab  <address@hidden>
 
        * configure.ac (TEMACS_LDFLAGS2): Don't define.

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-01-04 09:39:40 +0000
+++ b/doc/misc/ChangeLog        2013-01-04 09:43:08 +0000
@@ -1,5 +1,12 @@
 2013-01-04  Glenn Morris  <address@hidden>
 
+       * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
+       Add htmlfontify.
+       (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
+       (htmlfontify.dvi, htmlfontify.pdf): New targets.
+       * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
+       ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
+
        * htmlfontify.texi: Miscellaneous fixes and updates.
        Set copyright to FSF, update license to GFDL 1.3+.
 

=== modified file 'doc/misc/Makefile.in'
--- a/doc/misc/Makefile.in      2013-01-01 09:11:05 +0000
+++ b/doc/misc/Makefile.in      2013-01-04 09:43:08 +0000
@@ -44,7 +44,7 @@
 INFO_TARGETS = ada-mode auth autotype bovine calc ccmode cl \
        dbus dired-x ebrowse ede ediff edt eieio \
        emacs-mime epa erc ert eshell eudc efaq \
-       flymake forms gnus emacs-gnutls idlwave info.info \
+       flymake forms gnus emacs-gnutls htmlfontify 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 srecode tramp \
@@ -76,6 +76,7 @@
        forms.dvi \
        gnus.dvi \
        emacs-gnutls.dvi \
+       htmlfontify.dvi \
        idlwave.dvi \
        info.dvi \
        mairix-el.dvi \
@@ -130,6 +131,7 @@
        flymake.pdf \
        forms.pdf \
        gnus.pdf \
+       htmlfontify.pdf \
        emacs-gnutls.pdf \
        idlwave.pdf \
        info.pdf \
@@ -441,6 +443,15 @@
        cp gnustmp.pdf $@
        rm gnustmp.*
 
+htmlfontify : $(buildinfodir)/htmlfontify$(INFO_EXT)
+$(buildinfodir)/htmlfontify$(INFO_EXT): ${srcdir}/htmlfontify.texi ${gfdl}
+       $(mkinfodir)
+       $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ 
${srcdir}/htmlfontify.texi
+htmlfontify.dvi: ${srcdir}/htmlfontify.texi ${gfdl}
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/htmlfontify.texi
+htmlfontify.pdf: ${srcdir}/htmlfontify.texi ${gfdl}
+       $(ENVADD) $(TEXI2PDF) ${srcdir}/htmlfontify.texi
+
 # NB this one needs --no-split even without a .info extension.
 idlwave : $(buildinfodir)/idlwave$(INFO_EXT)
 $(buildinfodir)/idlwave$(INFO_EXT): ${srcdir}/idlwave.texi ${gfdl}

=== modified file 'doc/misc/makefile.w32-in'
--- a/doc/misc/makefile.w32-in  2013-01-01 09:11:05 +0000
+++ b/doc/misc/makefile.w32-in  2013-01-04 09:43:08 +0000
@@ -56,7 +56,7 @@
                $(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)/srecode$(INFO_EXT) $(infodir)/bovine$(INFO_EXT) \
-               $(infodir)/wisent$(INFO_EXT)
+               $(infodir)/wisent$(INFO_EXT) $(infodir)/htmlfontify$(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 \
@@ -68,7 +68,7 @@
                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 srecode.dvi bovine.dvi \
-               wisent.dvi
+               wisent.dvi htmlfontify.dvi
 INFOSOURCES = info.texi
 
 # The following rule does not work with all versions of `make'.
@@ -374,6 +374,12 @@
 wisent.dvi: wisent.texi
        $(ENVADD) $(TEXI2DVI) $(srcdir)/wisent.texi
 
+$(infodir)/htmlfontify$(INFO_EXT): htmlfontify.texi
+       $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ htmlfontify.texi
+htmlfontify.dvi: htmlfontify.texi
+       $(ENVADD) $(TEXI2DVI) $(srcdir)/htmlfontify.texi
+
+
 $(INFO_TARGETS): doclicense.texi
 $(DVI_TARGETS): doclicense.texi
 
@@ -406,7 +412,8 @@
                 $(infodir)/eieio* $(infodir)/ede* \
                 $(infodir)/semantic* $(infodir)edt* \
                 $(infodir)/emacs-gnutls* $(infodir)/srecode* \
-                $(infodir)/bovine* $(infodir)/wisent*
+                $(infodir)/bovine* $(infodir)/wisent* \
+                $(infodir)/htmlfontify*
 
 distclean: clean
        - $(DEL) makefile

=== modified file 'info/dir'
--- a/info/dir  2012-12-13 04:47:14 +0000
+++ b/info/dir  2013-01-04 09:43:08 +0000
@@ -74,6 +74,7 @@
 * Flymake: (flymake).           A universal on-the-fly syntax checker.
 * Forms: (forms).               Emacs package for editing data bases
                                   by filling in forms.
+* Htmlfontify: (htmlfontify).   Convert source code to html.
 * PCL-CVS: (pcl-cvs).           Emacs front-end to CVS.
 * RefTeX: (reftex).             Emacs support for LaTeX cross-references
                                   and citations.


reply via email to

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