File: Makefile

package info (click to toggle)
kraken2 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,124 kB
  • sloc: cpp: 4,557; python: 2,014; perl: 1,281; sh: 515; makefile: 69
file content (12 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
all:
	pandoc -s \
	       -V "pagetitle:Kraken 2 Manual" \
	       --include-in-header head.html \
	       --include-before-body top.html \
	       --from markdown --to html \
	       --table-of-contents \
	       --css kraken.css \
	       --output MANUAL.html \
	       < MANUAL.markdown

#-V "pagetitle:Kraken 2 Manual" \