83ac2c4c48
* fix a memory leak * fix some build issues/warnings
14 lines
706 B
Plaintext
14 lines
706 B
Plaintext
$OpenBSD: patch-docs_reference_Makefile_in,v 1.3 2009/03/23 17:46:32 ajacoutot Exp $
|
|
--- docs/reference/Makefile.in.orig Mon Mar 23 17:55:24 2009
|
|
+++ docs/reference/Makefile.in Mon Mar 23 18:43:13 2009
|
|
@@ -456,8 +456,7 @@ $(devhelp_file): $(XML_INDEX) $(devhelp_stylesheet)
|
|
--stringparam reference_prefix "../../../doc/glibmm-2.4/docs/reference/html" \
|
|
-o $@ $(devhelp_stylesheet) $(XML_INDEX)
|
|
|
|
-$(HTML_INDEX) $(XML_INDEX): $(doxygen_configfile_source) $(beautify_docs_source) $(top_srcdir)/glib/glibmm/*.h
|
|
- -rm -rf html
|
|
+$(HTML_INDEX) $(XML_INDEX): $(doxygen_configfile_source) $(beautify_docs_source)
|
|
-rm -rf xml
|
|
doxygen $(doxygen_configfile)
|
|
$(PERL_PATH) $(beautify_docs) html && touch $@
|