summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-06-29doc: Generate the man page from markdownAdam Spragg
Because who wants to hand-write groff markup these days? This adds pandoc(1) as a build-dependency. It uses PHP Markdown Extra definition lists, which pandoc uses for e.g. command option/explanation lists. Because this definition list format is non-standard it might not render as intended on many markdown viewers, but pandoc generates "better" man page output with it.
2018-01-02.gitignore: Do not ignore debian/ directory.Przemyslaw Pawelczyk
https://bugs.debian.org/883539 Requested-by: Romain Francoise <rfrancoise@debian.org>
2016-02-02Rewrite .gitignore.Przemyslaw Pawelczyk
2015-02-07Remove debian/ directory.Przemyslaw Pawelczyk
I think that adding this directory 3 years ago to the repository was a mistake. If there will be a demand for it, some Makefile rule bootstrapping debian/ directory could be devised.
2012-02-10Add .gitignore.Przemyslaw Pawelczyk