您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

16 行
193 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. EXTRA_DIST += ascii.png
  3. if USE_CACA
  4. all: ascii.png
  5. ascii.png:
  6. ../../../tools/make-font | convert tga:- $@
  7. #clean:
  8. # rm -f ascii.png
  9. endif