File: make.sh

package info (click to toggle)
seqan 1.4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 257,080 kB
  • ctags: 38,576
  • sloc: cpp: 301,711; python: 26,086; sh: 659; xml: 188; awk: 129; makefile: 53
file content (4 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download
1
2
3
4
#!/bin/sh
rm -f html/*
./main.py ../core/include ../extras/include -d concepts -d pages -I ../core -I ../extras $@
exit $?