try to complete the aborted commit
This commit is contained in:
@ -9,5 +9,6 @@ libgimpcolor-decl-list.txt
|
||||
libgimpcolor-unused.txt
|
||||
libgimpcolor-undocumented.txt
|
||||
html
|
||||
sgml
|
||||
xml
|
||||
version.xml
|
||||
*.stamp
|
||||
|
||||
@ -16,7 +16,7 @@ SCANGOBJ_OPTIONS =
|
||||
SCAN_OPTIONS =
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb
|
||||
MKDB_OPTIONS =
|
||||
MKDB_OPTIONS = --sgml-mode --output-format=xml
|
||||
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS =
|
||||
@ -67,7 +67,7 @@ EXTRA_DIST = \
|
||||
$(DOC_MODULE).types \
|
||||
$(DOC_MODULE)-sections.txt
|
||||
|
||||
DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
|
||||
DOC_STAMPS=scan-build.stamp tmpl-build.stamp xml-build.stamp html-build.stamp \
|
||||
$(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
|
||||
|
||||
SCANOBJ_FILES = \
|
||||
@ -107,15 +107,15 @@ tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections
|
||||
tmpl.stamp: tmpl-build.stamp
|
||||
@true
|
||||
|
||||
#### sgml ####
|
||||
#### xml ####
|
||||
|
||||
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
|
||||
@echo '*** Building SGML ***'
|
||||
xml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
|
||||
@echo '*** Building XML ***'
|
||||
cd $(srcdir) && \
|
||||
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS)
|
||||
touch sgml-build.stamp
|
||||
touch xml-build.stamp
|
||||
|
||||
sgml.stamp: sgml-build.stamp
|
||||
sgml.stamp: xml-build.stamp
|
||||
@true
|
||||
|
||||
#### html ####
|
||||
@ -139,7 +139,7 @@ clean-local:
|
||||
rm -f *~ *.bak $(SCANOBJ_FILES) *-unused.txt $(DOC_STAMPS)
|
||||
|
||||
maintainer-clean-local: clean
|
||||
cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
|
||||
@ -176,10 +176,10 @@ endif
|
||||
|
||||
dist-hook: dist-check-gtkdoc dist-hook-local
|
||||
mkdir $(distdir)/tmpl
|
||||
mkdir $(distdir)/sgml
|
||||
mkdir $(distdir)/xml
|
||||
mkdir $(distdir)/html
|
||||
-cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
|
||||
-cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
|
||||
-cp $(srcdir)/xml/*.xml $(distdir)/xml
|
||||
-cp $(srcdir)/html/* $(distdir)/html
|
||||
|
||||
.PHONY : dist-hook-local
|
||||
|
||||
@ -1,21 +1,26 @@
|
||||
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
||||
<!entity GimpRGB SYSTEM "sgml/gimprgb.sgml">
|
||||
<!entity GimpHSV SYSTEM "sgml/gimphsv.sgml">
|
||||
<!entity GimpColorSpace SYSTEM "sgml/gimpcolorspace.sgml">
|
||||
<!entity GimpAdaptiveSupersample SYSTEM "sgml/gimpadaptivesupersample.sgml">
|
||||
<!entity GimpBilinear SYSTEM "sgml/gimpbilinear.sgml">
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY GimpRGB SYSTEM "xml/gimprgb.xml">
|
||||
<!ENTITY GimpHSV SYSTEM "xml/gimphsv.xml">
|
||||
<!ENTITY GimpColorSpace SYSTEM "xml/gimpcolorspace.xml">
|
||||
<!ENTITY GimpAdaptiveSupersample SYSTEM "xml/gimpadaptivesupersample.xml">
|
||||
<!ENTITY GimpBilinear SYSTEM "xml/gimpbilinear.xml">
|
||||
<!ENTITY version SYSTEM "version.xml">
|
||||
]>
|
||||
|
||||
<book id="index">
|
||||
<bookinfo>
|
||||
<title>GIMP Color Library Reference Manual</title>
|
||||
<releaseinfo>for GIMP &version;</releaseinfo>
|
||||
</bookinfo>
|
||||
|
||||
<chapter id="libgimpcolor">
|
||||
<part id="libgimpcolor">
|
||||
<title>GIMP Color Library</title>
|
||||
&GimpRGB;
|
||||
&GimpHSV;
|
||||
&GimpColorSpace;
|
||||
&GimpAdaptiveSupersample;
|
||||
&GimpBilinear;
|
||||
</chapter>
|
||||
</part>
|
||||
</book>
|
||||
|
||||
1
devel-docs/libgimpcolor/version.xml.in
Normal file
1
devel-docs/libgimpcolor/version.xml.in
Normal file
@ -0,0 +1 @@
|
||||
@GIMP_VERSION@
|
||||
Reference in New Issue
Block a user