File: configure.in

package info (click to toggle)
gnome-devel-docs 2.30.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 14,620 kB
  • ctags: 12
  • sloc: xml: 89,236; sh: 625; makefile: 371
file content (17 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AC_INIT([gnome-devel-docs],[2.30.1])

AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE

GNOME_DOC_INIT

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