You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.2 KiB
55 lines
2.2 KiB
18 years ago
|
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# T2 SDE: package/.../linphone/html-build.patch
|
||
|
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- T2-COPYRIGHT-NOTE-END ---
|
||
|
diff -Nur linphone-1.1.0.orig/developer-docs/mediastreamer/Makefile.in linphone-1.1.0/developer-docs/mediastreamer/Makefile.in
|
||
|
--- linphone-1.1.0.orig/developer-docs/mediastreamer/Makefile.in 2005-08-25 01:45:55.000000000 +0300
|
||
|
+++ linphone-1.1.0/developer-docs/mediastreamer/Makefile.in 2005-10-14 00:09:15.000000000 +0300
|
||
|
@@ -316,7 +316,7 @@
|
||
|
$(DOC_MODULE)-sections.txt \
|
||
|
$(DOC_OVERRIDES)
|
||
|
|
||
|
-DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
|
||
|
+DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp \
|
||
|
$(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
|
||
|
|
||
|
SCANOBJ_FILES = \
|
||
|
@@ -490,7 +490,7 @@
|
||
|
uninstall uninstall-am uninstall-info-am
|
||
|
|
||
|
|
||
|
-@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
|
||
|
+@ENABLE_GTK_DOC_TRUE@all-local:
|
||
|
|
||
|
#### scan ####
|
||
|
|
||
|
@@ -532,17 +532,6 @@
|
||
|
@ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp
|
||
|
@ENABLE_GTK_DOC_TRUE@ @true
|
||
|
|
||
|
-#### html ####
|
||
|
-
|
||
|
-@ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||
|
-@ENABLE_GTK_DOC_TRUE@ @echo '*** Building HTML ***'
|
||
|
-@ENABLE_GTK_DOC_TRUE@ test -d $(srcdir)/html || mkdir $(srcdir)/html
|
||
|
-@ENABLE_GTK_DOC_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
|
||
|
-@ENABLE_GTK_DOC_TRUE@ test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
|
||
|
-@ENABLE_GTK_DOC_TRUE@ @echo '-- Fixing Crossreferences'
|
||
|
-@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||
|
-@ENABLE_GTK_DOC_TRUE@ touch html-build.stamp
|
||
|
-
|
||
|
##############
|
||
|
|
||
|
clean-local:
|