Menu

#1 Installation of the manpage via automake

open
nobody
None
5
2008-07-09
2008-07-09
No

Hello,

Here is a trivial patch to install the manual page automatically. It works well when --prefix is passed to ./configure.

--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ maq_SOURCES = main.c const.c seq.c bfa.c read.cc fasta2bfa.c fastq2bfq.c merge.c
altchr.cc submap.c rmdup.cc simulate.c genran.c indel_pe.cc stdaln.c indel_call.cc \ eland2maq.cc csmap2ntmap.cc break_pair.c
maq_LDADD = -lm -lz
+man_MANS = maq.1

bfa.o:bfa.h
main.o:main.h

Have a nice day,

--
Charles Plessy
Debian-Med packaging team
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.