Source-Changes archive

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

CVS commit: src/usr.bin/nvi



Module Name:    src
Committed By:   christos
Date:           Tue Sep  2 09:25:39 UTC 2008

Modified Files:
        src/usr.bin/nvi: Makefile
Added Files:
        src/usr.bin/nvi/docs: Makefile ev help
        src/usr.bin/nvi/docs/USD.doc: Makefile
        src/usr.bin/nvi/docs/USD.doc/edit: Makefile edit.vindex
        src/usr.bin/nvi/docs/USD.doc/exref: Makefile
        src/usr.bin/nvi/docs/USD.doc/vi.ref: Makefile ex.cmd.roff merge.awk
            ref.so set.opt.roff vi.cmd.roff vi.ref
        src/usr.bin/nvi/docs/USD.doc/vitut: Makefile
        src/usr.bin/nvi/docs/info: Makefile
        src/usr.bin/nvi/docs/internals: autowrite context cscope.NOTES
            gdb.script input openmode quoting structures
        src/usr.bin/nvi/recover: Makefile virecover virecover.8

Log Message:
Add docs back the best way we can:
1. Don't add changelog and other implementation specific nvi files because
   this have changed from 1.79 and are probably not relevant in 1.81
2. Put back virecover.
3. Descend regularly to subdirs instead of Makefile hacks
4. Use USD.doc stuff from the 1.81 docs except for vi.ref which has
   unfortunately been converted to texinfo. For that, we preserve
   the original documents because we want to still be able to make
   section 13 (building texinfo is not acceptable because it will not
   have the same look and feel as the rest of the book)
5. Since the texinfo reference is probably better maintained, build
   that too as a texinfo document.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.bin/nvi/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/Makefile src/usr.bin/nvi/docs/ev \
    src/usr.bin/nvi/docs/help
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/USD.doc/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/USD.doc/edit/Makefile \
    src/usr.bin/nvi/docs/USD.doc/edit/edit.vindex
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/USD.doc/exref/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/USD.doc/vi.ref/Makefile \
    src/usr.bin/nvi/docs/USD.doc/vi.ref/ex.cmd.roff \
    src/usr.bin/nvi/docs/USD.doc/vi.ref/merge.awk \
    src/usr.bin/nvi/docs/USD.doc/vi.ref/ref.so \
    src/usr.bin/nvi/docs/USD.doc/vi.ref/set.opt.roff \
    src/usr.bin/nvi/docs/USD.doc/vi.ref/vi.cmd.roff \
    src/usr.bin/nvi/docs/USD.doc/vi.ref/vi.ref
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/USD.doc/vitut/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/info/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/docs/internals/autowrite \
    src/usr.bin/nvi/docs/internals/context \
    src/usr.bin/nvi/docs/internals/cscope.NOTES \
    src/usr.bin/nvi/docs/internals/gdb.script \
    src/usr.bin/nvi/docs/internals/input \
    src/usr.bin/nvi/docs/internals/openmode \
    src/usr.bin/nvi/docs/internals/quoting \
    src/usr.bin/nvi/docs/internals/structures
cvs rdiff -r0 -r1.1 src/usr.bin/nvi/recover/Makefile \
    src/usr.bin/nvi/recover/virecover src/usr.bin/nvi/recover/virecover.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index