File: Makefile

package info (click to toggle)
kraken 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,636 kB
  • sloc: cpp: 1,924; perl: 1,563; sh: 470; makefile: 51
file content (9 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
all:
	pandoc --title-prefix "Kraken 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