~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-11-25 19:08:40 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071125190840-3r4k9nkxsyo7m3ck
Tags: 0.99.beta13b-1
* New upstream release.

* debian/control:
  + Do not build-depend on the whole texlive suite, but on more fine-grained
    packages. Thanks to Norbert Preining for the hints (latex -recorder, then
    inspect the .fls file).
* Ship libcaca++, libcucul++ and their development files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 1114 2007-06-27 12:46:25Z sam $
 
1
# $Id$
2
2
 
3
 
SUBDIRS = kernel cucul caca src test tools cxx doc
4
 
DIST_SUBDIRS = $(SUBDIRS) autotools msvc
 
3
SUBDIRS = kernel cucul caca src test tools csharp cxx python ruby doc
 
4
DIST_SUBDIRS = $(SUBDIRS) msvc
5
5
 
6
6
EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec
7
7
AUTOMAKE_OPTIONS = dist-bzip2
11
11
webhost = poulet.zoy.org
12
12
webdir = /srv/libcaca.zoy.org/var/www/
13
13
 
14
 
upload: doc/html FORCE
 
14
upload: upload-source upload-doc
 
15
 
 
16
upload-source: FORCE
15
17
        scp $(distdir).tar.gz $(webhost):$(webdir)/files/
 
18
 
 
19
upload-doc: doc/html FORCE
16
20
        scp -r doc/html/* $(webhost):$(webdir)/manual/
17
21
 
18
22
fonts: tools/makefont
19
 
        tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/font_mono9.h
20
 
        tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/font_monobold12.h
 
23
        tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/mono9.data
 
24
        tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/monobold12.data
21
25
 
22
26
FORCE: