File: configure.in

package info (click to toggle)
gnome-devel-docs 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 28,808 kB
  • sloc: xml: 101,979; sh: 625; makefile: 380; ansic: 340; cpp: 131; python: 80
file content (16 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AC_INIT([gnome-devel-docs],[3.4.1])

AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])

GNOME_DOC_INIT

AC_OUTPUT([
Makefile
accessibility-devel-guide/Makefile
platform-demos/Makefile
hig/Makefile
integration-guide/Makefile
optimization-guide/Makefile
platform-overview/Makefile
])