You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
902 B

  1. SUBDIRS = src tools fonts doc
  2. DIST_SUBDIRS = $(SUBDIRS)
  3. EXTRA_DIST = bootstrap
  4. AUTOMAKE_OPTIONS = dist-bzip2
  5. fonts: tools/caca2tlf FORCE
  6. $(top_builddir)/tools/caca2tlf "Monospace 9" | zip \
  7. > $(top_builddir)/fonts/bigmono9.tlf
  8. $(top_builddir)/tools/caca2tlf "Monospace Bold 12" | zip \
  9. > $(top_builddir)/fonts/bigmono12.tlf
  10. $(top_builddir)/tools/caca2tlf --half "Monospace 9" | zip \
  11. > $(top_builddir)/fonts/mono9.tlf
  12. $(top_builddir)/tools/caca2tlf --half "Monospace Bold 12" | zip \
  13. > $(top_builddir)/fonts/mono12.tlf
  14. $(top_builddir)/tools/caca2tlf --quarter "Monospace 9" | zip \
  15. > $(top_builddir)/fonts/smmono9.tlf
  16. $(top_builddir)/tools/caca2tlf --quarter "Monospace Bold 12" | zip \
  17. > $(top_builddir)/fonts/smmono12.tlf
  18. webhost = poulet.zoy.org
  19. webdir = /srv/libcaca.zoy.org/var/www/
  20. upload: FORCE
  21. scp $(distdir).tar.gz $(webhost):$(webdir)/files/
  22. FORCE: