?? makefile.am
字號:
# doc/Makefile -- Build the Intercom manual in various formats# Copyright (C) 2001-2003 Shane Wegner# This file is part of Intercom.## Intercom is free software; you can redistribute it and/or modify it# under the terms of version 2 of the GNU General Public License as# published by the Free Software Foundation.## Intercom 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 version 2 of the GNU General Public# License along with Intercom; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA## To contact the author, please send email to shane@cm.nu.## $Id: Makefile.am,v 1.3 2003/02/13 20:22:49 shane Exp $SUBDIRS = sgmlSGMLDOCS = sgml/manual.sgml sgml/version.sgml sgml/preface.sgml \ sgml/intro.sgml sgml/install.sgml sgml/usage.sgml \ sgml/customize.sgml sgml/interface.sgml sgml/gfdl.sgmlEXTRA_DIST = html manual.txtCLEANFILES = manual.html manual.ps manual.pdf manual.outMAINTAINERCLEANFILES = html manual.txt Makefile.inmanual: html manual.txt manual.html manual.ps manual.pdfhtml: $(SGMLDOCS) -rm -rf html sgml/manual sgmltools -b html sgml/manual.sgml mv sgml/manual html mv html/intercom.html html/index.htmlmanual.html: $(SGMLDOCS) rm -f manual.html sgml/manual.html sgmltools -b onehtml sgml/manual.sgml mv sgml/manual.html .manual.txt: $(SGMLDOCS) -rm -f manual.txt sgml/manual.txt sgmltools -b txt sgml/manual.sgml mv sgml/manual.txt .manual.ps: $(SGMLDOCS) db2ps sgml/manual.sgmlmanual.pdf: $(SGMLDOCS) db2pdf sgml/manual.sgml
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -