?? makefile.am.svn-base
字號:
SUBDIRS =docdir = ${prefix}/share/doc/wifidog-@VERSION@EXTRA_DIST = \ doxygen.cfg \ doxygen.cfg.in \ README.developers.txtall:doc: doxygen.cfg echo "doc: " && pwd && echo "distdir: " && echo $(distdir) rm -rf html/ refman.pdf $(DOXYGEN) doxygen.cfg# $(MAKE) -C latex/ # mv latex/refman.pdf ./refman.pdfdist-hook: doxygen.cfg echo "dist-hook: " && pwd cd $(srcdir) && pwd && rm -rf html refman.pdf && $(DOXYGEN) doxygen.cfg cp -rp html ${distdir}clean-local: echo "clean-local: " && pwd rm -rf latex/ rm -f *~ rm -f doxygen.log rm -f doxygen.cfgmaintainer-clean-local: clean-local echo "maintainer-clean-local: " && pwd rm -rf html refman.pdfinstall-data-hook: $(mkinstalldirs) $(DESTDIR)$(docdir) mkdir -p html #Workaround to allow libofx-cvs user to install without doc. cp -rp html $(DESTDIR)$(docdir)uninstall-hook: chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery rm -rf $(DESTDIR)${docdir}/html## We borrow guile's convention and use @-...-@ as the substitution## brackets here, instead of the usual @...@. This prevents autoconf## from substituting the values directly into the left-hand sides of## the sed substitutions.doxygen.cfg: doxygen.cfg.in Makefile rm -f $@.tmp sed < $< > $@.tmp \ -e 's:@-top_srcdir-@:${top_srcdir}:g' mv $@.tmp $@
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -