OpenSDE Packages Database (without history before r20070)
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.

54 lines
2.2 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../linphone/html-build.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -Nur linphone-1.1.0.orig/developer-docs/mediastreamer/Makefile.in linphone-1.1.0/developer-docs/mediastreamer/Makefile.in
  17. --- linphone-1.1.0.orig/developer-docs/mediastreamer/Makefile.in 2005-08-25 01:45:55.000000000 +0300
  18. +++ linphone-1.1.0/developer-docs/mediastreamer/Makefile.in 2005-10-14 00:09:15.000000000 +0300
  19. @@ -316,7 +316,7 @@
  20. $(DOC_MODULE)-sections.txt \
  21. $(DOC_OVERRIDES)
  22. -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
  23. +DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp \
  24. $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
  25. SCANOBJ_FILES = \
  26. @@ -490,7 +490,7 @@
  27. uninstall uninstall-am uninstall-info-am
  28. -@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
  29. +@ENABLE_GTK_DOC_TRUE@all-local:
  30. #### scan ####
  31. @@ -532,17 +532,6 @@
  32. @ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp
  33. @ENABLE_GTK_DOC_TRUE@ @true
  34. -#### html ####
  35. -
  36. -@ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
  37. -@ENABLE_GTK_DOC_TRUE@ @echo '*** Building HTML ***'
  38. -@ENABLE_GTK_DOC_TRUE@ test -d $(srcdir)/html || mkdir $(srcdir)/html
  39. -@ENABLE_GTK_DOC_TRUE@ cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
  40. -@ENABLE_GTK_DOC_TRUE@ test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
  41. -@ENABLE_GTK_DOC_TRUE@ @echo '-- Fixing Crossreferences'
  42. -@ENABLE_GTK_DOC_TRUE@ cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
  43. -@ENABLE_GTK_DOC_TRUE@ touch html-build.stamp
  44. -
  45. ##############
  46. clean-local: