Changeset 1367 for toilet/trunk
- Timestamp:
- Nov 12, 2006, 7:02:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/Makefile.am
r1323 r1367 6 6 AUTOMAKE_OPTIONS = foreign dist-bzip2 7 7 8 fonts: tools/caca2tlf FORCE 9 $(top_builddir)/tools/caca2tlf "Monospace 9" | zip \ 10 > $(top_builddir)/fonts/bigmono9.tlf 11 $(top_builddir)/tools/caca2tlf "Monospace Bold 12" | zip \ 12 > $(top_builddir)/fonts/bigmono12.tlf 13 $(top_builddir)/tools/caca2tlf --half "Monospace 9" | zip \ 14 > $(top_builddir)/fonts/mono9.tlf 15 $(top_builddir)/tools/caca2tlf --half "Monospace Bold 12" | zip \ 16 > $(top_builddir)/fonts/mono12.tlf 17 $(top_builddir)/tools/caca2tlf --quarter "Monospace 9" | zip \ 18 > $(top_builddir)/fonts/smmono9.tlf 19 $(top_builddir)/tools/caca2tlf --quarter "Monospace Bold 12" | zip \ 20 > $(top_builddir)/fonts/smmono12.tlf 21 22 FORCE:
Note: See TracChangeset
for help on using the changeset viewer.