source: trunk/documents/UserDoc/DocBookUsersGuides/PhysicsReferenceManual/latex/GNUmakefile @ 1222

Last change on this file since 1222 was 1211, checked in by garnier, 15 years ago

CVS update

File size: 318 bytes
Line 
1.PHONY: all clean
2
3FIGS = $(wildcard *.fig)
4MAKEFILES = $(patsubst %.fig,%.mk,$(FIGS))
5
6#include $(MAKEFILES)
7
8all:
9        latexmk -F -ps -pv PhysicsReferenceManual
10
11%.mk: %.fig
12        transfig -L pstex -M $@ $<
13
14clean:
15        @rm -f *~core *.bak *.aux *.dep *.dvi *.log *.ps *.toc *.blg *.lo[fgt]
16        @rm -f `find . -name '*.aux' -print`
Note: See TracBrowser for help on using the repository browser.