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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user