Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- ###############################################################################
- # Automake targets and declarations for libcaca
- ###############################################################################
-
- SUBDIRS = src examples test doc
- DIST_SUBDIRS = $(SUBDIRS) autotools debian
-
- EXTRA_DIST = BUGS NOTES bootstrap caca-config.in libcaca.spec
- AUTOMAKE_OPTIONS = dist-bzip2
-
- bin_SCRIPTS = caca-config
-
- doc_DATA = README BUGS TODO AUTHORS NEWS NOTES THANKS
- docdir = $(datadir)/doc/libcaca-dev
|