?? makefile.am
字號:
EXTRA_DIST = \ gtk-faq.sgmlif HAVE_DOCBOOKhtml: if test -w $(srcdir); then \ (cd $(srcdir); \ db2html gtk-faq.sgml; \ test -d html && rm -r html; \ mv gtk-faq html); \ fipdf: if test -w $(srcdir); then \ (cd $(srcdir); db2pdf gtk-faq.sgml); \ fidist-hook: html cp -Rp $(srcdir)/html $(distdir)elsehtml: echo "***" echo "*** Warning: FAQ not built" echo "***"pdf: echo "***" echo "*** Warning: FAQ not built" echo "***"dist-hook: echo "***" echo "*** Warning: FAQ not built" echo "*** DISTRIBUTION IS INCOMPLETE" echo "***"endif.PHONY: html
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -