summaryrefslogtreecommitdiff
path: root/doc/.gitignore
AgeCommit message (Collapse)Author
2014-02-20Replace man(7) manpage with a mdoc(7)-formatted one.Jérémie Courrèges-Anglas
* The former manpage needed Groff to be properly formatted, this is a dependancy I want to remove. Support for systems where neither groff nor mandoc are available is achieved by generating a man(7) manpage, which will be shipped in the tarballs. * The mdoc(7) language provides semantic annotations for better documentation of Unix utilities, contrary to man(7) which provides mere presentation markup. * The build system now encodes paths in the manpage according to the settings passed to ./configure. Note that some markup used may not be perfectly appropriate. Comments about this matter, and questions from distro maintainers using manpage patches are welcome. Selected reading: - http://mdocml.bsd.lv general information about mdoc(7) - http://mdocml.bsd.lv/mdoc.7.html mdoc(7) macros reference - http://manpages.bsd.lv/ mdoc(7) tutorial
2013-04-07Make git ignore .xz archives and HTML documentationJérémie Courrèges-Anglas
2007-10-08add more ignored filesShawn Betts
2007-10-06Remove .cvsignore files. add .gitignore filesShawn Betts