[libfann] 82/242: Created Makefile.

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 49cc0a69ba7a8d66b938c8db1655e7e5598f70fc
Author: Evan Nemerson <evan at coeus-group.com>
Date:   Mon Feb 16 10:02:21 2004 +0000

    Created Makefile.
---
 doc/Makefile | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..294a651
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,15 @@
+XML = fann.xml
+BACKENDS = dvi html pdf ps rtf tex txt
+
+all:
+	jw -b dvi -o dvi $(XML)
+	jw -b html -o html $(XML)
+	jw -b pdf -o pdf $(XML)
+	jw -b ps -o ps $(XML)
+	jw -b rtf -o rtf $(XML)
+	jw -b tex -o tex $(XML)
+	jw -b txt -o txt $(XML)
+%:
+	jw -b $@ -o $@ $(XML)
+clean:
+	rm -rf $(BACKENDS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list