📄 makefile
字号:
# $Id: Makefile,v 1.14 2006/02/25 15:00:25 geuzaine Exp $## Copyright (C) 1997-2006 P. Dular, C. Geuzaine## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307# USA.# # Please report all bugs and problems to <getdp@geuz.org>.dvi: texi2dvi getdp.texi ps: dvi dvips getdp -opdf: texi2pdf getdp.texi html: perl texi2html -init_file getdp.t2h getdp.texi rm -f index.html ln -s getdp.html index.htmlhtml1: perl texi2html -prefix getdp-full -init_file getdp-full.t2h getdp.texihtml2: makeinfo --html getdp.texiinfo: makeinfo getdp.texiinstall-info: cp getdp.info* /usr/info/ install-info getdp.info /usr/info/dirinfoz: info tar zcvf getdp-info.tgz getdp.info*txt: makeinfo --no-headers getdp.texi -o getdp.txtall: ps pdf html html1 infoz txtclean: rm -f *~ .*~ *.cp* *.fn* *.ky* *.pg* *.tp* *.vr* *.mv* \ *.log *.toc *.aux *.dvi *.html \ getdp.ps getdp.pdf getdp.info* getdp-info.tgz getdp.txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -