Date:2012-04-18 03:28:13 (11 years 11 months ago)
Author:Werner Almesberger
Commit:3e7c34bb66d7c11c85ebd76c3f32d6aed2f0e1d3
Message:components/Makefile: new target "view" to view the catalog

Reuses DSV_PDFVIEWER, if set.
Files: components/Makefile (2 diffs)

Change Details

components/Makefile
44# Note that we don't have the concept of a "library of everything" so far.
55#
66
7.PHONY: all sch catalog missing clean spotless
7.PHONY: all sch catalog view missing clean spotless
88
99all: sch
1010
...... 
2121        genex -p -L . EXPAND DESCR-dcm >catalog.pdf || \
2222          { rm -f catalog.pdf; exit 1; }
2323
24view:
25        $${DSV_PDFVIEWER:-xpdf} catalog.pdf
26
2427missing:
2528        ../scripts/missing-in-tree -L . EXPAND
2629

Archive Download the corresponding diff file

Branches:
master



interactive