]> granicus.if.org Git - neomutt/commitdiff
docs: rename some files
authorRichard Russon <rich@flatcap.org>
Sun, 10 Sep 2017 00:24:02 +0000 (01:24 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 12 Sep 2017 16:44:39 +0000 (17:44 +0100)
doc/Makefile.am
doc/chunk.xsl
doc/html.xsl
doc/neomutt.css [moved from doc/mutt.css with 100% similarity]
doc/neomutt.pwl [moved from doc/mutt.pwl with 100% similarity]
doc/neomutt.xsl [moved from doc/mutt.xsl with 92% similarity]

index f39cfe4facf8b828fd5bb8d1557cd506bd03c3e3..1791598876779741268d1322c605170800d9b8c6 100644 (file)
@@ -14,7 +14,7 @@ noinst_PROGRAMS = makedoc
 
 EXTRA_DIST = $(BUILT_DISTFILES) chunk.xsl gen-map-doc html.xsl makedoc.c \
        makedoc_defs.h manual.xml.head manual.xml.tail mbox.5 mmdf.5 \
-       mutt-1.7.0-syntax.vim mutt.css neomutt.man mutt.xsl neomuttrc neomuttrc.head \
+       mutt-1.7.0-syntax.vim neomutt.css neomutt.man neomutt.xsl neomuttrc neomuttrc.head \
        neomuttrc.man.head neomuttrc.man.tail neomutt-syntax.vim PGP-Notes.txt \
        smime-notes.txt pgpewrap.1 pgpring.1 smime_keys.1
 
@@ -97,21 +97,21 @@ neomuttrc: $(top_srcdir)/init.h makedoc$(EXEEXT) $(srcdir)/neomuttrc.head
        sed -e 's,[@]docdir[@],$(docdir),' $(srcdir)/neomuttrc.head > neomuttrc
        $(CPP) $(AM_CPPFLAGS) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C $(top_srcdir)/init.h | ./makedoc$(EXEEXT) -c >> neomuttrc
 
-manual.html: manual.xml $(srcdir)/html.xsl $(srcdir)/mutt.xsl $(srcdir)/mutt.css
+manual.html: manual.xml $(srcdir)/html.xsl $(srcdir)/neomutt.xsl $(srcdir)/neomutt.css
        -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
 
 $(CHUNKED_DOCFILES): index.html
 
-index.html: $(srcdir)/chunk.xsl $(srcdir)/mutt.xsl manual.xml $(srcdir)/mutt.css
+index.html: $(srcdir)/chunk.xsl $(srcdir)/neomutt.xsl manual.xml $(srcdir)/neomutt.css
        -xsltproc --nonet $(srcdir)/chunk.xsl manual.xml > /dev/null 2>&1
 
 validate: manual.xml
        xmllint --noout --noblanks --postvalid $<
 
 spellcheck:
-       -aspell -d american --mode=sgml  --encoding=utf-8 -p $(srcdir)/mutt.pwl check manual.xml.head
-       -aspell -d american --mode=nroff --encoding=utf-8 -p $(srcdir)/mutt.pwl check neomuttrc.man.head
-       -aspell -d american --mode=ccpp  --encoding=utf-8 -p $(srcdir)/mutt.pwl check $(top_srcdir)/init.h
+       -aspell -d american --mode=sgml  --encoding=utf-8 -p $(srcdir)/neomutt.pwl check manual.xml.head
+       -aspell -d american --mode=nroff --encoding=utf-8 -p $(srcdir)/neomutt.pwl check neomuttrc.man.head
+       -aspell -d american --mode=ccpp  --encoding=utf-8 -p $(srcdir)/neomutt.pwl check $(top_srcdir)/init.h
 
 sortcheck: manual.xml
        sed -n -e '1,/^<sect1 id="variables">/d' -e '1,/^<sect1 id="functions">/s/<sect2 id="\([^"]*\)">/\1/p' < manual.xml > vars.tmp.1
index 2734de5601cc0612241bf5c0024f1f5dd7f318e7..2236749c0942de3106de5f45545ae1431a8f9893 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
-  <xsl:import href="mutt.xsl"/>
+  <xsl:import href="neomutt.xsl"/>
   <xsl:param name="use.id.as.filename" select="1"/>
   <xsl:param name="chunk.section.depth" select="0"/>
 </xsl:stylesheet>
index e6912ef89028c5fd0b0d7d07c7a263405de7926e..4b029e21f77525795d938ef7274851f24b3854c1 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
-  <xsl:import href="mutt.xsl"/>
+  <xsl:import href="neomutt.xsl"/>
 </xsl:stylesheet>
similarity index 100%
rename from doc/mutt.css
rename to doc/neomutt.css
similarity index 100%
rename from doc/mutt.pwl
rename to doc/neomutt.pwl
similarity index 92%
rename from doc/mutt.xsl
rename to doc/neomutt.xsl
index a075a5b3d9373cfae49ef5a5a475edea0a8838e7..c41343ae591baa8a814d23f1f74eec239b170eb9 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE xsl:stylesheet [
-<!ENTITY css SYSTEM "mutt.css">
+<!ENTITY css SYSTEM "neomutt.css">
 ]>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:param name="section.autolabel" select="1"></xsl:param>