added a note about generating the developers documentation and how to

2003-02-08  Sven Neumann  <sven@gimp.org>

	* HACKING: added a note about generating the developers
	documentation and how to disable it in case of problems.
This commit is contained in:
Sven Neumann 2003-02-08 10:52:19 +00:00 committed by Sven Neumann
parent 84c1f981ea
commit 4093cd2e75
4 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-02-08 Sven Neumann <sven@gimp.org>
* HACKING: added a note about generating the developers
documentation and how to disable it in case of problems.
2002-02-08 Manish Singh <yosh@gimp.org>
* app/paint-funcs/paint-funcs.c

View File

@ -51,6 +51,12 @@ Note that autogen.sh runs configure for you. If you wish to pass
options like --prefix=/usr to configure you can give those options to
autogen.sh and they will be passed on to configure.
autogen.sh by default passes --enable-gtk-doc to configure in order to
enable the creation of the GIMP API reference manuals in the devel-docs
directory. You will need a recent version of gtk-doc as well as a working
setup for handling DocBook XML. If you run into any problems here, you
can disable creation of the docs using --disable-gtk-doc with autogen.sh.
CVS
---

2
NEWS
View File

@ -11,6 +11,8 @@ dubbed GIMP 1.4.
Overview of Changes in GIMP 1.3.12
==================================
- Redesigned the tool options code [Mitch]
- Converted the API reference to DocBook XML [Sven]
- Lots of text tool changes [Sven]
- Factored common code out of a number of plug-ins [Maurits]
- Cleaned up and improved the code that handles the plug-ins [Mitch]

View File

@ -42,7 +42,10 @@ GENCAT = @GENCAT@
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
MSGMERGE = msgmerge
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
DEFS = @DEFS@
CFLAGS = @CFLAGS@