doc/: Add "submitting-patches.txt"

This short paper contains information on how to create and submit
patches to calcurse. This used to be on our website - "doc/" seems to be
a better place for this, though.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2011-10-05 12:20:41 +02:00
parent 78b663d073
commit 51c6386a05
2 changed files with 196 additions and 1 deletions

View File

@@ -14,17 +14,20 @@ A2X_ARGS = \
endif
dist_doc_DATA = \
manual.html
manual.html \
submitting-patches.html
dist_man_MANS = \
calcurse.1
EXTRA_DIST = \
manual.txt \
submitting-patches.txt \
calcurse.1.txt
CLEANFILES = \
manual.html \
submitting-patches.html \
calcurse.1
docdir = $(datadir)/doc/$(PACKAGE)