25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
480 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. FORCE: