Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- # $Id$
-
- SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc
- DIST_SUBDIRS = $(SUBDIRS) msvc
-
- EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in stubs.h libcaca.spec
- AUTOMAKE_OPTIONS = dist-bzip2
-
- bin_SCRIPTS = caca-config
-
- webhost = poulet.zoy.org
- webdir = /srv/caca.zoy.org/var/www/
-
- upload: upload-source upload-doc
-
- upload-source: FORCE
- scp $(distdir).tar.gz $(webhost):$(webdir)/files/
-
- upload-doc: doc/html FORCE
- ssh $(webhost) rm -f '$(webdir)/manual/*'
- scp -r doc/html/* $(webhost):$(webdir)/manual/
-
- fonts: tools/makefont
- tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data
- tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data
-
- FORCE:
|