docs/: apply a patch from Arwed v. Merkatz so that gtk-doc generated docs install (same for .devhelp file) (fixes par...

Original commit message from CVS:
* docs/gst/Makefile.am :
* docs/libs/Makefile.am :
apply a patch from Arwed v. Merkatz so that gtk-doc
generated docs install (same for .devhelp file)
(fixes part 1 of #138836)
This commit is contained in:
Stéphane Loeuillet 2004-05-02 15:13:42 +00:00
parent 522137621c
commit 9934196cfc
3 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,13 @@
2004-05-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* docs/gst/Makefile.am :
* docs/libs/Makefile.am :
apply a patch from Arwed v. Merkatz so that gtk-doc
generated docs install (same for .devhelp file)
(fixes part 1 of #138836)
2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> 2004-04-30 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* docs/faq/dependencies.xml: typo * docs/faq/dependencies.xml: typo
* docs/faq/getting.xml : * docs/faq/getting.xml :
- fix download URL for new gstreamer site - fix download URL for new gstreamer site

View file

@ -264,7 +264,6 @@ distclean-local: clean
rm -rf *.o rm -rf *.o
# thomas: make docs parallel installable; devhelp requires majorminor too # thomas: make docs parallel installable; devhelp requires majorminor too
if DOC_HTML
install-data-local: install-data-local:
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
(installfiles=`echo ./html/*.html`; \ (installfiles=`echo ./html/*.html`; \
@ -312,11 +311,6 @@ uninstall-local:
rm -f $(DESTDIR)$(TARGET_DIR)/index.sgml; \ rm -f $(DESTDIR)$(TARGET_DIR)/index.sgml; \
fi) fi)
if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR); fi if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR); fi
else
install-data-local:
uninstall-local:
all-local:
endif
# #
# Require gtk-doc when making dist # Require gtk-doc when making dist
@ -337,6 +331,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-cp $(srcdir)/sgml/*.xml $(distdir)/xml -cp $(srcdir)/sgml/*.xml $(distdir)/xml
-cp $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/html/index.sgml $(distdir)/html
-cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
-cp $(srcdir)/html/gstreamer.devhelp $(distdir)/html
images=$(HTML_IMAGES) ; \ images=$(HTML_IMAGES) ; \
for i in "" $$images ; do \ for i in "" $$images ; do \

View file

@ -218,7 +218,6 @@ distclean-local: clean
rm -f *.o rm -f *.o
if DOC_HTML
install-data-local: install-data-local:
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
(installfiles=`echo ./html/*.html`; \ (installfiles=`echo ./html/*.html`; \
@ -266,10 +265,6 @@ uninstall-local:
rm -f $(DESTDIR)$(TARGET_DIR)/index.sgml; \ rm -f $(DESTDIR)$(TARGET_DIR)/index.sgml; \
fi) fi)
if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR); fi if test -d $(DESTDIR)$(TARGET_DIR); then rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR); fi
else
install-data-local:
uninstall-local:
endif
# #
# Require gtk-doc when making dist # Require gtk-doc when making dist
@ -290,6 +285,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-cp $(srcdir)/sgml/*.xml $(distdir)/xml -cp $(srcdir)/sgml/*.xml $(distdir)/xml
-cp $(srcdir)/html/index.sgml $(distdir)/html -cp $(srcdir)/html/index.sgml $(distdir)/html
-cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
-cp $(srcdir)/html/gstreamer-libs.devhelp $(distdir)/html
images=$(HTML_IMAGES) ; \ images=$(HTML_IMAGES) ; \
for i in "" $$images ; do \ for i in "" $$images ; do \