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 (17 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### Makefile -- Collection de makefiles `noweb'

# Author: Michael Grünewald
# Date: Sam  3 oct 2009 19:09:28 CEST
# Cookie: SYNOPSIS TARGET VARIABLE EN DOCUMENTATION

FILES = noweb.main.mk
FILES+= noweb.latex.mk

SHARE+= nwlatex.css

TEXFILES+= nwlatex.tex
TEXFILESDIR = ${TEXMFDIR}/tex/latex${_BPS_PACKAGEDIR}

.include "project.mk"

### End of file `Makefile'