?? makefile
字號:
TARGNAME = USB-guideCOMPONENTS = USB-guide.sgml usbintro.sgml install.sgml using.sgml \ userfaq.sgmlHTML_COMPONENTS = usbcore.gif descr.gif topo.gif $(COMPONENTS)PAPER_COMPONENTS = usbcore.eps descr.eps topo.eps $(COMPONENTS)#DOCUMENTS = $(TARGNAME).html $(TARGNAME).txt $(TARGNAME).dvi $(TARGNAME).psDOCUMENTS = $(TARGNAME).html $(TARGNAME).psCLEANSTUFF = *~ \\\#*\# *.log *.toc *.auxDISTCLEANSTUFF = $(CLEANSTUFF) core *.bakREALCLEANSTUFF = *.ps *.dvi *.tex *.html *.info *.txt $ *.eps *.gif $(DISTCLEANSTUFF)SGMLTOOLS = sgmltools#SGMLTOOLS = nsgmls -c /usr/share/sgml/CATALOG.docbk31 -svSGMLOPTS = FIG2GIF = fig2dev -L gifFIG2EPS = fig2dev -L psall: $(DOCUMENTS)%.gif: %.fig $(FIG2GIF) $^ $*.gif%.eps: %.fig $(FIG2EPS) $^ $*.eps$(TARGNAME).html: $(HTML_COMPONENTS) $(SGMLTOOLS) -b html $(SGMLOPTS) $(TARGNAME).sgml ;\ mv -f $(TARGNAME)/*.html . ;\ rmdir $(TARGNAME)%.txt: $(COMPONENTS) $(SGMLTOOLS) -b txt $(SGMLOPTS) $^$(TARGNAME).dvi: $(PAPER_COMPONENTS) $(SGMLTOOLS) -b dvi $(SGMLOPTS) $(TARGNAME).sgml$(TARGNAME).ps: $(PAPER_COMPONENTS) $(SGMLTOOLS) -b ps $(SGMLOPTS) $(TARGNAME).sgmlclean: rm -f $(CLEANSTUFF)distclean: rm -f $(DISTCLEANSTUFF)realclean: rm -f $(REALCLEANSTUFF)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -