Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Makefile.am 480 B

123456789101112131415161718
  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. FORCE: