aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-10-05 12:20:41 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2011-10-05 12:20:41 +0200
commit51c6386a05c174b9af04517da76ec725035a57a6 (patch)
tree7b9047055fa130dd88c2a316346afdb762a2c6ea /doc/Makefile.am
parent78b663d0737016099098e8fdac52354549fdc26b (diff)
downloadcalcurse-51c6386a05c174b9af04517da76ec725035a57a6.tar.gz
calcurse-51c6386a05c174b9af04517da76ec725035a57a6.zip
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>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index caa90d2..5888b18 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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)