Changeset 2821 for libcaca/trunk/Makefile.am
- Timestamp:
- Sep 27, 2008, 3:12:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/Makefile.am
r2299 r2821 1 1 # $Id$ 2 2 3 SUBDIRS = kernel c ucul caca src examples tests tools csharp cxx python ruby doc3 SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc 4 4 DIST_SUBDIRS = $(SUBDIRS) msvc 5 5 … … 21 21 22 22 fonts: tools/makefont 23 tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/c ucul/mono9.data24 tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/c ucul/monobold12.data23 tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data 24 tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data 25 25 26 26 FORCE:
Note: See TracChangeset
for help on using the changeset viewer.