better cleaning and repos cleanup
This commit is contained in:
parent
c0ea9181d9
commit
f0ecc49085
@ -12,6 +12,11 @@ include $(PREFIX)/Makefile.vars
|
||||
TEXINPUTS = .:
|
||||
include $(PREFIX)/Makefile.in
|
||||
|
||||
clean: clean-local
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
distclean: distclean-local
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
|
||||
echo:
|
||||
echo $(PACKAGEDATE)
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
@Comment{$ biblatex control file $}
|
||||
@Comment{$ biblatex version 2.7 $}
|
||||
Do not modify this file!
|
||||
|
||||
This is an auxiliary file used by the 'biblatex' package.
|
||||
This file may safely be deleted. It will be recreated as
|
||||
required.
|
||||
|
||||
@Control{biblatex-control,
|
||||
options = {2.7:0:0:1:0:1:1:0:1:0:0:12:3:1:77:+:anyt},
|
||||
}
|
Binary file not shown.
@ -15,7 +15,9 @@ include $(PREFIX)/Makefile.vars
|
||||
TEXINPUTS = .:
|
||||
include $(PREFIX)/Makefile.in
|
||||
|
||||
clean distclean:
|
||||
clean: clean-local
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
distclean: distclean-local
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
|
||||
|
||||
|
Binary file not shown.
@ -67,7 +67,7 @@ clean:
|
||||
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz *.cut
|
||||
|
||||
distclean: clean
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata *-blx.bib
|
||||
rm -Rf auto
|
||||
|
||||
echo:
|
||||
|
Binary file not shown.
@ -57,10 +57,10 @@ $(TBIB.pdf): %.pdf: %.tex $(SRC) $(BIB) $(PROPCLS)
|
||||
then $(PDFLATEX) $< || $(RM) $@; fi
|
||||
|
||||
clean:
|
||||
rm -f *.log *.blg *~ *.synctex.gz *.cut
|
||||
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz *.cut
|
||||
|
||||
distclean: clean
|
||||
rm -f *.aux *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata *-blx.bib
|
||||
rm -Rf auto
|
||||
|
||||
echo:
|
||||
|
Binary file not shown.
@ -67,7 +67,7 @@ clean:
|
||||
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz *.cut
|
||||
|
||||
distclean: clean
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata *-blx.bib
|
||||
rm -Rf auto
|
||||
|
||||
echo:
|
||||
|
@ -1,11 +0,0 @@
|
||||
@Comment{$ biblatex control file $}
|
||||
@Comment{$ biblatex version 2.6 $}
|
||||
Do not modify this file!
|
||||
|
||||
This is an auxiliary file used by the 'biblatex' package.
|
||||
This file may safely be deleted. It will be recreated as
|
||||
required.
|
||||
|
||||
@Control{biblatex-control,
|
||||
options = {2.6:0:0:1:0:0:1:1:0:1:0:0:12:1:3:1:79:+},
|
||||
}
|
Binary file not shown.
@ -14,6 +14,8 @@ include $(PREFIX)/Makefile.vars
|
||||
TEXINPUTS = .:
|
||||
include $(PREFIX)/Makefile.in
|
||||
|
||||
clean distclean:
|
||||
clean: clean-local
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
distclean: distclean-local
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
|
||||
|
Binary file not shown.
@ -70,7 +70,7 @@ clean:
|
||||
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz *.cut
|
||||
|
||||
distclean: clean
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.thm *.out *.run.xml *.bbl *.toc *.deliv* *.pdata *-blx.bib
|
||||
rm -Rf auto
|
||||
|
||||
echo:
|
||||
|
Binary file not shown.
@ -41,11 +41,11 @@ $(DTX.pdf): %.pdf: %.dtx $(DTX.sty) $(DTX.cls)
|
||||
@if (grep Rerun $(patsubst %.dtx, %.log, $(firstword $<)) > /dev/null);\
|
||||
then $(PDFLATEX) $(firstword $<); fi
|
||||
|
||||
clean:
|
||||
clean-local:
|
||||
rm -f *~ *.log *.ilg *.out *.glo *.idx *.ilg *.blg *.run.xml *.synctex.gz
|
||||
|
||||
distclean: clean
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.toc *.thm *.bbl *.bcf
|
||||
distclean-local: clean-local
|
||||
rm -f *.aux *.ind *.gls *.ps *.dvi *.toc *.thm *.bbl *.bcf *-blx.bib
|
||||
rm -Rf auto
|
||||
|
||||
filedate:
|
||||
|
Loading…
Reference in New Issue
Block a user