Skip to content

Commit

Permalink
remove install dependency on asciidoc
Browse files Browse the repository at this point in the history
doc/bcftools.1 exists and is updated by the maintainers from the
bcftools.txt asciidoc, so there is no need to build this file
for installation

Fixes #289
  • Loading branch information
mcshane committed Jul 17, 2015
1 parent cecff77 commit 98a66fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -180,7 +180,7 @@ doc/bcftools.html: doc/bcftools.txt

docs: doc/bcftools.1 doc/bcftools.html

install: $(PROG) doc/bcftools.1
install: $(PROG)
$(INSTALL_DIR) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(DESTDIR)$(plugindir)
$(INSTALL_PROGRAM) $(PROG) plot-vcfstats vcfutils.pl $(DESTDIR)$(bindir)
$(INSTALL_DATA) doc/bcftools.1 $(DESTDIR)$(man1dir)
Expand Down

0 comments on commit 98a66fa

Please sign in to comment.