mirror of
https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra.git
synced 2024-04-21 10:21:41 +00:00
makefile change for the japp name =/_
This commit is contained in:
-1643
File diff suppressed because it is too large
Load Diff
@@ -54,14 +54,14 @@ eps: $(ILLUST).ps
|
||||
for i in `sed '/^#/d' name-list.mak | cut -d ' ' -f 1`; do \
|
||||
$(PSSELECT) $$i $< figs/illust-p$$i.ps; \
|
||||
$(PS2EPS) figs/illust-p$$i.ps; \
|
||||
grep "^$$i " name-list.mak | cut -d ' ' -f 2 | sed -e 's/_/=/' -e's|^.*|figs/&.eps|' | xargs cp figs/illust-p$$i.eps ; \
|
||||
grep "^$$i " name-list.mak | cut -d ' ' -f 2 | sed -e's|^.*|figs/&.eps|' | xargs cp figs/illust-p$$i.eps ; \
|
||||
done
|
||||
|
||||
epsj: $(ILLUST)-j.ps
|
||||
for i in `sed '/^#/d' name-list.mak | cut -d ' ' -f 1`; do \
|
||||
$(PSSELECT) $$i $< figs/illust-p$$i-j.ps; \
|
||||
$(PS2EPS) figs/illust-p$$i-j.ps; \
|
||||
grep "^$$i " name-list.mak | cut -d ' ' -f 2 | sed -e 's/_/=/' -e 's|^.*|figs/&-j.eps|' | xargs cp figs/illust-p$$i-j.eps ; \
|
||||
grep "^$$i " name-list.mak | cut -d ' ' -f 2 | sed -e 's|^.*|figs/&-j.eps|' | xargs cp figs/illust-p$$i-j.eps ; \
|
||||
done
|
||||
|
||||
japp_eps: $(ILLUST)-j.ps
|
||||
@@ -89,4 +89,4 @@ japp_copy:
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *.dvi *.out *.log *.fls *.aux *.toc *.synctex.gz *.fdb_latexmk out/* *.p
|
||||
rm -f *.dvi *.out *.log *.fls *.aux *.toc *.synctex.gz *.fdb_latexmk out/* *.p
|
||||
|
||||
Reference in New Issue
Block a user