File: Makefile

package info (click to toggle)
bsdowl 2.2.2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,448 kB
  • sloc: sh: 828; makefile: 383; ml: 267; lisp: 54
file content (13 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
### Makefile -- Support scripts for BSD Owl Scripts

# Author: Michael Grünewald
# Date: Ven  9 mai 2008 14:47:47 CEST
# Cookie: SYNOPSIS TARGET VARIABLE EN DOCUMENTATION

SCRIPT+= mp2eps.sh
SCRIPT+= mp2png.sh
SCRIPT+= mp2pdf.sh

.include "script.mk"

### End of file `Makefile'