switch to gnome-doc-utils, require 1.9 to build the tarball correctly
This commit is contained in:
parent
b1b091815b
commit
4f510cf94a
12 changed files with 53 additions and 46 deletions
|
@ -13,6 +13,7 @@ config.status
|
|||
config.sub
|
||||
configure
|
||||
configure.scan
|
||||
gnome-doc-utils.make
|
||||
intl
|
||||
libtool
|
||||
ltconfig
|
||||
|
|
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2005-07-27 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* .cvsignore:
|
||||
* Makefile.am:
|
||||
* autogen.sh:
|
||||
* configure.in:
|
||||
* m4/.cvsignore:
|
||||
switch to gnome-doc-utils. require automake-1.9 and use "tar-ustar" to
|
||||
fix the make dist.
|
||||
|
||||
2005-07-27 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* NEWS:
|
||||
|
|
10
Makefile.am
10
Makefile.am
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = po libsounds libbackground libwindow-settings libgswitchit libkbdraw gnome-settings-daemon capplets control-center vfs-methods idl schemas $(TYPING_BREAK)
|
||||
SUBDIRS = po libsounds libbackground libwindow-settings libgswitchit libkbdraw gnome-settings-daemon capplets control-center help vfs-methods idl schemas $(TYPING_BREAK)
|
||||
|
||||
#I removed the root-manager for now
|
||||
#
|
||||
|
@ -14,10 +14,14 @@ dist-hook: control-center.spec
|
|||
DISTCLEANFILES = \
|
||||
intltool-extract \
|
||||
intltool-merge \
|
||||
intltool-update
|
||||
intltool-update \
|
||||
gnome-doc-utils.make
|
||||
|
||||
EXTRA_DIST = \
|
||||
control-center.spec.in \
|
||||
intltool-extract.in \
|
||||
intltool-merge.in \
|
||||
intltool-update.in
|
||||
intltool-update.in \
|
||||
gnome-doc-utils.make
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
||||
|
|
|
@ -24,4 +24,4 @@ if ! which gnome-autogen.sh ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
REQUIRED_AUTOMAKE_VERSION=1.7 . gnome-autogen.sh
|
||||
REQUIRED_AUTOMAKE_VERSION=1.9 . gnome-autogen.sh
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
AC_INIT([control-center], [2.11.90],
|
||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR([control-center])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_INIT_AUTOMAKE([1.9 tar-ustar])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_SUBST([ACLOCAL_AMFLAGS], ["\${ACLOCAL_FLAGS}"])
|
||||
|
@ -17,6 +18,9 @@ AC_PROG_CC
|
|||
AC_STDC_HEADERS
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
# Use the GNOME documentation framework
|
||||
GNOME_DOC_INIT
|
||||
|
||||
m4_define(gnomevfs_minver, 2.0.0)
|
||||
m4_define(fontconfig_minver, 1.0.0)
|
||||
m4_define(xft_minver, 2.1.7)
|
||||
|
@ -548,6 +552,7 @@ capplets/accessibility/at-properties/Makefile
|
|||
capplets/network/Makefile
|
||||
capplets/windows/Makefile
|
||||
capplets/about-me/Makefile
|
||||
help/Makefile
|
||||
typing-break/Makefile
|
||||
schemas/Makefile
|
||||
libsounds/Makefile
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
*.omf
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
#
|
||||
# Disabled : The control center docs are in the gnome-user-guide module
|
||||
#
|
||||
#figs =
|
||||
#docname = control-center-manual
|
||||
#lang = C
|
||||
#omffile = control-center-C.omf
|
||||
#entities = config-background.xml \
|
||||
# config-behavior.xml \
|
||||
# config-cds.xml \
|
||||
# config-hints.xml \
|
||||
# config-html.xml \
|
||||
# config-kbd.xml \
|
||||
# config-keybindings.xml \
|
||||
# config-mouse.xml \
|
||||
# config-screensaver.xml \
|
||||
# config-sound.xml \
|
||||
# config-themes.xml \
|
||||
# config-file-type.xml \
|
||||
# config-accessibility-keyboard.xml \
|
||||
# config-default-apps.xml \
|
||||
# control-center.xml
|
||||
#
|
||||
#include $(top_srcdir)/help/xmldocs.make
|
||||
#dist-hook: app-dist-hook
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<title>
|
||||
Control Center Manual
|
||||
</title>
|
||||
<subject>
|
||||
<category>GNOME|Utilities</category>
|
||||
</subject>
|
||||
<format mime="text/html" />
|
||||
<identifier url="index.html" />
|
||||
<language code="C" />
|
||||
</resource>
|
||||
</omf>
|
|
@ -1,3 +1,12 @@
|
|||
2005-07-27 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* .cvsignore:
|
||||
* C/Makefile.am:
|
||||
* C/control-center-C.omf:
|
||||
* Makefile.am:
|
||||
* control-center.omf.in:
|
||||
switch to gnome-doc-utils.
|
||||
|
||||
2005-07-20 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* C/config-screensaver.xml: specify the fact that it works with both
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
# Disabled the docs are in gnome-user-guide
|
||||
# SUBDIRS = C
|
||||
include $(top_srcdir)/gnome-doc-utils.make
|
||||
dist-hook: doc-dist-hook
|
||||
|
||||
DOC_MODULE = control-center
|
||||
DOC_ENTITIES = config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-sound.xml config-themes.xml
|
||||
DOC_INCLUDES =
|
||||
|
||||
DOC_LINGUAS =
|
||||
|
|
9
help/control-center.omf.in
Normal file
9
help/control-center.omf.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<omf>
|
||||
<resource>
|
||||
<subject category="GNOME|Utilities"/>
|
||||
<type>user's guide</type>
|
||||
<relation seriesid="e9bfb3ba-fe90-11d9-9eb2-8beabbd95e64"/>
|
||||
<rights type="GNU FDL" license.version="1.1" holder="Ximian, Inc."/>
|
||||
</resource>
|
||||
</omf>
|
1
m4/.cvsignore
Normal file
1
m4/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
|||
gnome-doc-utils.m4
|
Loading…
Add table
Add a link
Reference in a new issue