Package: viking / 1.7-1

no-doc-dir Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src test data po windows help tools doc
+SUBDIRS = src test data po windows help tools
 
 INTLTOOL = \
 	intltool-extract.in \
--- a/configure.ac
+++ b/configure.ac
@@ -11,13 +11,6 @@ AM_INIT_AUTOMAKE([dist-bzip2 dist-zip su
 dnl AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])
 
-# check for gtk-doc
-m4_ifdef([GTK_DOC_CHECK], [
-GTK_DOC_CHECK([1.0],[--flavour no-tmpl])
-],[
-AM_CONDITIONAL([ENABLE_GTK_DOC], false)
-])
-
 AC_PROG_CC
 AC_PROG_CC_STDC
 # Checks for programs.
@@ -594,9 +587,7 @@ AC_CONFIG_FILES([
 		windows/installer/Makefile
 		windows/installer/pixmaps/Makefile
 		windows/installer/translations/Makefile
-		doc/Makefile
-		doc/reference/Makefile
-		doc/examples/Makefile])
+		])
 
 AC_OUTPUT