makefile

来自「在AVR单片机上使用的一款RTOS」· 代码 · 共 50 行

TXT
50
字号
#TEX4HT_OPTIONS="xhtml,frames,refcaption,info"TEX4HT_OPTIONS="index,xhtml,3,frames,refcaption"TARGET=index#all:$(TARGET).tex#	latex $(TARGET)#	latex $(TARGET)#	latex $(TARGET)#	tex4ht $(TARGET) #	t4ht $(TARGET)all:$(TARGET).ru	xhlatex $(TARGET).ru $(TEX4HT_OPTIONS)#	mv $(TARGET)*.html $(TARGET)*.html.ru     clean:	rm -f $(TARGET).lg	rm -f *.html	rm -f *.html.ru	rm -f $(TARGET).dvi 	rm -f $(TARGET).lg 	rm -f $(TARGET).xref 	rm -f $(TARGET).idv 	rm -f $(TARGET).toc 	rm -f $(TARGET).otc	rm -f $(TARGET).4tc	rm -f $(TARGET).4ct	rm -f $(TARGET).tmp 	rm -f $(TARGET).aux 	rm -f $(TARGET).css	rm -f $(TARGET).log	rm -f $(TARGET).out	rm -f $(TARGET).idxcleantex:	rm -f $(TARGET).lg	rm -f $(TARGET).dvi 	rm -f $(TARGET).lg 	rm -f $(TARGET).idv 	rm -f $(TARGET).toc 	rm -f $(TARGET).otc	rm -f $(TARGET).4tc	rm -f $(TARGET).4ct	rm -f $(TARGET).tmp 	rm -f $(TARGET).aux 	rm -f $(TARGET).log	rm -f $(TARGET).out	rm -f $(TARGET).idx

⌨️ 快捷键说明

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