Commit 2be06ca9 authored by paysan's avatar paysan
Browse files

Added dependency for pagecount.tex

parent 0a6b8daa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ cover.dvi: cover.tex backpage.tex isbn.eps tfoptions.tex pagecount.tex head.eps
isbn.eps:	Makefile
	bookland.py $(ISBN) $(PRICE) >$@

pagecount.tex:	tfoptions.tex
pagecount.tex:	tfoptions.tex thinking-forth.ps
	grep %%Pages: thinking-forth.ps | sed -e 's/%%Pages: \([0-9]*\)/\\def\\pagecount{\1}/g' | head -1 >$@

thinking-forth.idx: $(SOURCES) $(PNGSOURCES:.png=.eps)