File: Makefile.am

package info (click to toggle)
modemmanager 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,768 kB
  • ctags: 20,138
  • sloc: ansic: 131,722; sh: 12,062; xml: 1,707; makefile: 1,689; python: 69
file content (14 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

SUBDIRS = reference man

# require gtk-doc when making dist
#
if ENABLE_GTK_DOC
dist-check-gtk-doc:
else
dist-check-gtk-doc:
	@echo "*** gtk-doc must be enabled in order to make dist"
	@false
endif

dist-hook: dist-check-gtk-doc