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.
 
 
 
 
 
 

23 lines
665 B

  1. # $Id$
  2. SUBDIRS = kernel cucul caca src test tools cxx doc
  3. DIST_SUBDIRS = $(SUBDIRS) autotools msvc
  4. EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec
  5. AUTOMAKE_OPTIONS = dist-bzip2
  6. bin_SCRIPTS = caca-config
  7. webhost = poulet.zoy.org
  8. webdir = /srv/libcaca.zoy.org/var/www/
  9. upload: doc/html FORCE
  10. scp $(distdir).tar.gz $(webhost):$(webdir)/files/
  11. scp -r doc/html/* $(webhost):$(webdir)/manual/
  12. fonts: tools/makefont
  13. tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/font_mono9.h
  14. tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/font_monobold12.h
  15. FORCE: