Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
c226dd70
Commit
c226dd70
authored
Oct 27, 2001
by
Owen Taylor
Browse files
Oct 26 11:54:53 2001 Owen Taylor <otaylor@redhat.com>
* */Makefile.am: Update to install images.
parent
d7d6a966
Changes
4
Hide whitespace changes
Inline
Side-by-side
docs/reference/ChangeLog
View file @
c226dd70
Fri Oct 26 11:54:53 2001 Owen Taylor <otaylor@redhat.com>
* */Makefile.am: Update to install images.
2001-10-27 Anders Carlsson <andersca@gnu.org>
* gtk/tmpl/gtktreeviewcolumn.sgml: Remove documentation for
...
...
docs/reference/gdk-pixbuf/Makefile.am
View file @
c226dd70
...
...
@@ -145,7 +145,8 @@ sgml.stamp: sgml-build.stamp
html-build.stamp
:
sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@
echo
'*** Building HTML ***'
test
-d
$(srcdir)
/html
||
mkdir
$(srcdir)
/html
rm
-rf
$(srcdir)
/html
mkdir
$(srcdir)
/html
cd
$(srcdir)
/html
&&
gtkdoc-mkhtml
$(DOC_MODULE)
../
$(DOC_MAIN_SGML_FILE)
test
"x
$(HTML_IMAGES)
"
=
"x"
||
(
cd
$(srcdir)
&&
cp
$(HTML_IMAGES)
html
)
@
echo
'-- Fixing Crossreferences'
...
...
@@ -163,8 +164,8 @@ maintainer-clean-local: clean
install-data-local
:
$(mkinstalldirs)
$(DESTDIR)$(TARGET_DIR)
(
installfiles
=
`
echo
$(srcdir)
/html/
*
.html
`
;
\
if
test
"
$$
installfiles"
=
'
$(srcdir)
/html/*
.html
'
;
\
(
installfiles
=
`
echo
$(srcdir)
/html/
*
`
;
\
if
test
"
$$
installfiles"
=
'
$(srcdir)
/html/*'
;
\
then
echo
'-- Nothing to install'
;
\
else
\
for
i
in
$$
installfiles
;
do
\
...
...
@@ -192,12 +193,6 @@ dist-hook: dist-check-gtkdoc dist-hook-local
mkdir
$(distdir)
/html
-
cp
$(srcdir)
/tmpl/
*
.sgml
$(distdir)
/tmpl
-
cp
$(srcdir)
/sgml/
*
.sgml
$(distdir)
/sgml
cp
$(srcdir)
/html/index.sgml
$(distdir)
/html
-
cp
$(srcdir)
/html/
*
.html
$(srcdir)
/html/
*
.css
$(distdir)
/html
images
=
$(HTML_IMAGES)
;
\
for
i
in
$$
images
;
do
\
cp
$(srcdir)
/
$$
i
$(distdir)
/html
;
\
done
-
cp
$(srcdir)
/html/
*
$(distdir)
/html
.PHONY
:
dist-hook-local
docs/reference/gdk/Makefile.am
View file @
c226dd70
...
...
@@ -121,7 +121,7 @@ tmpl.stamp: tmpl-build.stamp
#### sgml ####
sgml-build.stamp
:
tmpl.stamp $(CFILE_GLOB)
sgml-build.stamp
:
tmpl.stamp $(CFILE_GLOB)
$(srcdir)/tmpl/*.sgml
@
echo
'*** Building SGML ***'
cd
$(srcdir)
&&
\
gtkdoc-mkdb
--module
=
$(DOC_MODULE)
--source-dir
=
$(DOC_SOURCE_DIR)
$(MKDB_OPTIONS)
...
...
@@ -134,7 +134,8 @@ sgml.stamp: sgml-build.stamp
html-build.stamp
:
sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@
echo
'*** Building HTML ***'
test
-d
$(srcdir)
/html
||
mkdir
$(srcdir)
/html
rm
-rf
$(srcdir)
/html
mkdir
$(srcdir)
/html
cd
$(srcdir)
/html
&&
gtkdoc-mkhtml
$(DOC_MODULE)
../
$(DOC_MAIN_SGML_FILE)
test
"x
$(HTML_IMAGES)
"
=
"x"
||
(
cd
$(srcdir)
&&
cp
$(HTML_IMAGES)
html
)
@
echo
'-- Fixing Crossreferences'
...
...
@@ -152,8 +153,8 @@ maintainer-clean-local: clean
install-data-local
:
$(mkinstalldirs)
$(DESTDIR)$(TARGET_DIR)
(
installfiles
=
`
echo
$(srcdir)
/html/
*
.html
`
;
\
if
test
"
$$
installfiles"
=
'
$(srcdir)
/html/*
.html
'
;
\
(
installfiles
=
`
echo
$(srcdir)
/html/
*
`
;
\
if
test
"
$$
installfiles"
=
'
$(srcdir)
/html/*'
;
\
then
echo
'-- Nothing to install'
;
\
else
\
for
i
in
$$
installfiles
;
do
\
...
...
@@ -181,12 +182,6 @@ dist-hook: dist-check-gtkdoc dist-hook-local
mkdir
$(distdir)
/html
-
cp
$(srcdir)
/tmpl/
*
.sgml
$(distdir)
/tmpl
-
cp
$(srcdir)
/sgml/
*
.sgml
$(distdir)
/sgml
cp
$(srcdir)
/html/index.sgml
$(distdir)
/html
-
cp
$(srcdir)
/html/
*
.html
$(srcdir)
/html/
*
.css
$(distdir)
/html
images
=
$(HTML_IMAGES)
;
\
for
i
in
$$
images
;
do
\
cp
$(srcdir)
/
$$
i
$(distdir)
/html
;
\
done
-
cp
$(srcdir)
/html/
*
$(distdir)
/html
.PHONY
:
dist-hook-local
docs/reference/gtk/Makefile.am
View file @
c226dd70
...
...
@@ -232,12 +232,10 @@ sgml.stamp: sgml-build.stamp
html-build.stamp
:
sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@
echo
'*** Building HTML ***'
test
-d
$(srcdir)
/html
||
mkdir
$(srcdir)
/html
rm
-rf
$(srcdir)
/html
mkdir
$(srcdir)
/html
cd
$(srcdir)
/html
&&
gtkdoc-mkhtml
$(DOC_MODULE)
../
$(DOC_MAIN_SGML_FILE)
images
=
"
$(HTML_IMAGES)
"
;
\
for
i
in
$$
images
;
do
\
cp
$$
i html
;
\
done
test
"x
$(HTML_IMAGES)
"
=
"x"
||
(
cd
$(srcdir)
&&
cp
$(HTML_IMAGES)
html
)
@
echo
'-- Fixing Crossreferences'
cd
$(srcdir)
&&
gtkdoc-fixxref
--module-dir
=
html
--html-dir
=
$(HTML_DIR)
$(FIXXREF_OPTIONS)
touch
html-build.stamp
...
...
@@ -253,8 +251,8 @@ maintainer-clean-local: clean
install-data-local
:
$(mkinstalldirs)
$(DESTDIR)$(TARGET_DIR)
(
installfiles
=
`
echo
$(srcdir)
/html/
*
.html
`
;
\
if
test
"
$$
installfiles"
=
'
$(srcdir)
/html/*
.html
'
;
\
(
installfiles
=
`
echo
$(srcdir)
/html/
*
`
;
\
if
test
"
$$
installfiles"
=
'
$(srcdir)
/html/*'
;
\
then
echo
'-- Nothing to install'
;
\
else
\
for
i
in
$$
installfiles
;
do
\
...
...
@@ -282,12 +280,6 @@ dist-hook: dist-check-gtkdoc dist-hook-local
mkdir
$(distdir)
/html
-
cp
$(srcdir)
/tmpl/
*
.sgml
$(distdir)
/tmpl
-
cp
$(srcdir)
/sgml/
*
.sgml
$(distdir)
/sgml
cp
$(srcdir)
/html/index.sgml
$(distdir)
/html
-
cp
$(srcdir)
/html/
*
.html
$(srcdir)
/html/
*
.css
$(distdir)
/html
images
=
"
$(HTML_IMAGES)
"
;
\
for
i
in
$$
images
;
do
\
cp
$(srcdir)
/
$$
i
$(distdir)
/html
;
\
done
-
cp
$(srcdir)
/html/
*
$(distdir)
/html
.PHONY
:
dist-hook-local
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment