We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee631e commit bbe1e5aCopy full SHA for bbe1e5a
latex/figs-python/Makefile
@@ -6,7 +6,7 @@ burstpdfs=$(kak:.xml=-1.pdf)
6
7
all : $(kak) $(pdfs) $(burstpdfs)
8
9
-epss : $(pdfs)
+epss : $(pdfs) $(burstpdfs)
10
./makeepss
11
12
%.xml : ../figs/%.ipe Makefile snarf-fig.py
latex/figs/Makefile
@@ -5,7 +5,7 @@ burstpdfs=$(sources:.ipe=-1.pdf)
5
all: $(pdfs) $(burstpdfs)
-epss: $(pdfs)
+epss: $(pdfs) $(burstpdfs)
%-1.pdf : %.pdf
0 commit comments