Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

31 rader
867 B

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