📄 makefile.am
字号:
## $Id: Makefile.am 1339 2006-09-21 19:46:28Z tbailey $#### Process this file with automake to produce Makefile.in#### # $Log$## # Revision 1.8 2006/03/07 23:30:20 nadya## # merge branches v3_5_1 and v3_5_2 back to the trunk## ### # Revision 1.7.4.1.2.2 2006/02/23 19:03:57 nadya## # add installation of js and css templates## ### # Revision 1.7.4.1.2.1 2006/02/22 20:49:02 nadya## # enabling styling with js and css## ### # Revision 1.7.4.1 2006/01/24 21:14:57 nadya## # create COPYRIGHT.htmlk from new header file and copyright notice## ### # Revision 1.7 2005/12/21 20:20:07 nadya## # add meme-install.html## ### # Revision 1.6 2005/10/13 21:15:52 nadya## # move meme-explanation.html to etc/ to allow html conversion without installing web site## ### # Revision 1.5 2005/09/01 22:14:34 nadya## # create template files to use version automatically## ### # Revision 1.4 2005/08/25 00:48:28 nadya## # check for existing file before installing## ### # Revision 1.3 2005/08/24 19:22:17 nadya## # add hook to make a symbolic link for index.html## ### # Revision 1.2 2005/08/24 05:29:06 nadya## # add job-status and general-faq files## ### # Revision 1.1.1.1 2005/07/31 20:22:38 nadya## # Importing from meme-3.0.14, and adding configure/make## ###AUTOMAKE_OPTIONS = no-dependenciesSEDSPEC = \ -e 's%@version@%$(VERSION)%' HEAD = head-copyrightTAIL = tail-copyrightJSFILES = \ template-css.js \ template-footer.js \ template-header.js \ style-default.cssINFILES = intro.in meme.in mast.in IN_FORMATTED = ${INFILES:.in=.html}SUFFIXES = .in .html.in.html: $(SED) $(SEDSPEC) $< > $@COPYRIGHT.html: $(HEAD) $(top_srcdir)/COPYING /bin/cat $(HEAD) $(top_srcdir)/COPYING $(TAIL) > COPYRIGHT.htmlif WEBSITEhtmldir = $(WEBDIR)html_DATA = $(FILES) $(IN_FORMATTED) COPYRIGHT.htmlinstall-data-hook: cd $(WEBDIR); \ if [ ! -e index.html ]; then \ ln -s intro.html index.html; \ fiendifFILES = $(JSFILES) \ general-faq.html \ help_alphabet.html \ help_distribution.html \ help_format.html \ job-status.html \ mast-databases.html \ mast-faq.html \ mast-input.html \ mast-intro.html \ mast-output-example.html \ mast-output.html \ meme-download.html \ meme-faq.html \ meme-input.html \ meme-intro.html \ meme-install.html \ meme-output-example.html \ motif-format.html \ papers.html \ release_notes.html CLEANFILES = $(IN_FORMATTED) COPYRIGHT.htmlEXTRA_DIST = $(FILES) $(INFILES) $(HEAD) $(TAIL) $(JSFILES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -