makefile

来自「早期freebsd实现」· 代码 · 共 55 行

TXT
55
字号
######################################################################## Instructions to Make, for generation of nice-looking papers using TeX#######################################################################.SUFFIXES:	.pic .web .tex .dvi .imp.pic.tex:;	tpic $<.web.tex:;	sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi'.tex.dvi:;	sh -c 'if TEXINPUTS=../doclib:.:${TEXINPUTS} tex \			\\nonstopmode\\input $<\\bye; \			  then exit 0; else rm $@; exit 1; fi'.dvi.imp:;	dviimp $(DFLAGS) -i $@ $<############################################################## Here it is...#############################################################all:		i-allprint:		i-print############################################################## tutorial#############################################################i-all:		tutorial.dvii-print:	tutorial.dvi true		dvisp -J Tutorial tutorial.dvi# customization files, et. al., not included belowtutorial.dvi:	version.texversion.tex:	tutorial.tex text.tex refs.tex version.sh		@: version.shtrue:;###############################################################################	Miscellaneous tasks##############################################################################distribution:   clean		rm -f tutorial.dvi tutorial.impclean:;		rm -f tutorial.lof tutorial.log tutorial.lot tutorial.toc _*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?