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.
 
 
 
 
 
 

28 lines
771 B

  1. # $Id$
  2. SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc
  3. DIST_SUBDIRS = $(SUBDIRS) msvc
  4. EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in stubs.h libcaca.spec
  5. AUTOMAKE_OPTIONS = dist-bzip2
  6. bin_SCRIPTS = caca-config
  7. webhost = poulet.zoy.org
  8. webdir = /srv/caca.zoy.org/var/www/
  9. upload: upload-source upload-doc
  10. upload-source: FORCE
  11. scp $(distdir).tar.gz $(webhost):$(webdir)/files/
  12. upload-doc: doc/html FORCE
  13. ssh $(webhost) rm -f '$(webdir)/manual/*'
  14. scp -r doc/html/* $(webhost):$(webdir)/manual/
  15. fonts: tools/makefont
  16. tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data
  17. tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data
  18. FORCE: