File: Makefile

package info (click to toggle)
snakefood 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,568 kB
  • ctags: 334
  • sloc: python: 2,212; makefile: 200; sh: 4
file content (16 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Graph the dependencies for Python Web Objects.

ROOT=$(HOME)/src/PythonWeb.org

PDFS =						\
	pythonweb.pdf

include ../Makefile.rules

# Cluster at least the first level of subdirectories.
pythonweb.clusters:
	(cd $(ROOT); \
	echo scripts > $(shell pwd)/$@ ; \
	ls -1d web/* | grep -v \\. >> $(shell pwd)/$@)