diff -Naur --exclude=config.log --exclude=libortp.a linphone-0.12.2/developer-docs/mediastreamer/Makefile linphone-0.12.2-WORKING/developer-docs/mediastreamer/Makefile --- linphone-0.12.2/developer-docs/mediastreamer/Makefile 2005-01-01 18:24:55.671705767 +0100 +++ linphone-0.12.2-WORKING/developer-docs/mediastreamer/Makefile 2004-12-19 14:17:53.000000000 +0100 @@ -224,8 +224,8 @@ $(DOC_OVERRIDES) -DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp +DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp \ + $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp SCANOBJ_FILES = \ @@ -367,7 +367,7 @@ mostlyclean-libtool uninstall uninstall-am uninstall-info-am -all-local: html-build.stamp +all-local: #### scan #### @@ -409,17 +409,6 @@ sgml.stamp: sgml-build.stamp @true -#### html #### - -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo '*** Building HTML ***' - test -d $(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' - cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - touch html-build.stamp - ############## clean-local: diff -Naur --exclude=config.log --exclude=libortp.a linphone-0.12.2/oRTP/docs/Makefile linphone-0.12.2-WORKING/oRTP/docs/Makefile --- linphone-0.12.2/oRTP/docs/Makefile 2005-01-01 18:25:42.387841242 +0100 +++ linphone-0.12.2-WORKING/oRTP/docs/Makefile 2004-12-18 18:17:09.000000000 +0100 @@ -359,16 +359,6 @@ sgml.stamp: sgml-build.stamp @true -#### html #### - -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo '*** Building HTML ***' - test -d $(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' - cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - touch html-build.stamp #to avoid a bug in automake #all-local: diff -Naur --exclude=config.log --exclude=libortp.a linphone-0.12.2/osipua/docs/Makefile linphone-0.12.2-WORKING/osipua/docs/Makefile --- linphone-0.12.2/osipua/docs/Makefile 2005-01-01 18:26:08.895378934 +0100 +++ linphone-0.12.2-WORKING/osipua/docs/Makefile 2004-12-18 18:28:23.000000000 +0100 @@ -172,7 +172,7 @@ DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ - $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp + $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp SCANOBJ_FILES = \ @@ -314,7 +314,7 @@ mostlyclean-libtool uninstall uninstall-am uninstall-info-am -all-local: html-build.stamp +all-local: #### scan #### @@ -356,16 +356,6 @@ sgml.stamp: sgml-build.stamp @true -#### html #### - -html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) - @echo '*** Building HTML ***' - test -d $(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' - cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) - touch html-build.stamp #to avoid a bug with non gnu make ? #all-local: