From 5b2fe1ebe0f10fa09959478bcb8b78e2dc34917b Mon Sep 17 00:00:00 2001 From: "G.raud" Date: Mon, 1 Jul 2013 15:45:10 +0200 Subject: [PATCH] BUGS: new documentation file README: include BUGS Makefile: updated --- BUGS | 24 ++++++++++++++++++++++++ Makefile | 2 +- README | 4 ++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 BUGS diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..5e89a5d --- /dev/null +++ b/BUGS @@ -0,0 +1,24 @@ +[[bugs]] +Issues +------ + +Known bugs and limitations: + +* See the section about BUGS in the manual page linkpage:ng-jackspa[1]. + +* Bugs recently discovered or other minor bugs may be listed online at + . + +Bug reports and feature requests are managed with the web issue trackers at +link:https://gna.org/projects/ngjackspa[Gna!]. To submit a bug report: + +1. Check that the bug is not already known, by searching the sources listed + above; if it is already known, and if applicable, you might want to confirm + the bug, cite some other problematic cases etc. + +2. Try to reproduce the problem with the most up-to-date version available + online. + +3. To submit a report about a new bug, fill in the form of the + link:https://gna.org/support/?func=additem&group=ngjackspa[suport tracker]; + you do not need a Gna! account, although you can log in. diff --git a/Makefile b/Makefile index dd50650..b8ad0d4 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ jackspa.o : ladspa.c $(QMAKE_MAKEFILE) : $(QMAKE_PRO) $(QMAKE) -o $@ -README.html : README asciidoc.conf +README.html : README BUGS asciidoc.conf $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b xhtml11 -d article -a readme $< %.html : %.txt asciidoc.conf $(ASCIIDOC) $(ASCIIDOC_FLAGS) -b xhtml11 -d manpage $< diff --git a/README b/README index d613031..360d14b 100644 --- a/README +++ b/README @@ -32,6 +32,10 @@ Resources There you might find up-to-date information and releases. +// Information about bugs and limitations can be found in the file 'BUGS'. +include::BUGS[] + + Credits & License ----------------- ng-jackspa has been written by G.raud Meyer (g_raud chez gna.org). The -- 2.11.4.GIT