File: Makefile.am

package info (click to toggle)
caribou 0.4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,948 kB
  • ctags: 2,905
  • sloc: ansic: 14,359; sh: 11,430; python: 1,264; xml: 713; makefile: 428
file content (13 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
cariboudir = $(pkgpythondir)/

caribou_PYTHON = \
	__init__.py \
	i18n.py 

SUBDIRS = \
        antler/ \
        settings/

DISTCLEANFILES = i18n.py

-include $(top_srcdir)/git.mk