File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ endif
19
19
.PHONY : all cls doc clean FORCE_MAKE copy
20
20
21
21
$(PACKAGE ) .pdf : cls FORCE_MAKE
22
- yes -y y | $(LATEXMK ) -xelatex $(PACKAGE ) .dtx
22
+ $(LATEXMK ) -xelatex $(PACKAGE ) .dtx
23
23
24
24
$(CLSFILE ) : $(SOURCES )
25
- yes -y y | xetex $(PACKAGE ) .ins
25
+ yes y | xetex $(PACKAGE ) .ins
26
26
27
27
cls : $(CLSFILE )
28
28
@@ -47,10 +47,10 @@ copy:
47
47
cp bitart.cls $(SCAFFOLDDIR ) /proposal-report
48
48
49
49
dev :
50
- ls bithesis.dtx | entr -s ' yes -y y | make doc && make copy'
50
+ ls bithesis.dtx | entr -s ' yes y | make doc && make copy'
51
51
52
52
dev-doc :
53
- ls bithesis.dtx | entr -s ' make clean-all && yes -y y | make doc && open bithesis.pdf'
53
+ ls bithesis.dtx | entr -s ' make clean-all && yes y | make doc && open bithesis.pdf'
54
54
55
55
pkg : doc
56
56
zip -r bithesis.zip bithesis.{ins,dtx,pdf} README.md
You can’t perform that action at this time.
0 commit comments