[libxml2] Don't autogenerate doc/examples/Makefile.am
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Don't autogenerate doc/examples/Makefile.am
- Date: Wed, 17 Aug 2022 11:54:05 +0000 (UTC)
commit 24323d31c47a808321db4f2cba7e854de2264754
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Wed Aug 17 11:39:55 2022 +0200
Don't autogenerate doc/examples/Makefile.am
doc/examples/Makefile.am | 5 -----
doc/examples/index.py | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 56f0536c..664e4e37 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,8 +1,3 @@
-##
-## This file is auto-generated by index.py
-## DO NOT EDIT !!!
-##
-
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
LDADD = $(top_builddir)/libxml2.la
diff --git a/doc/examples/index.py b/doc/examples/index.py
index 599f89aa..9cc2db44 100755
--- a/doc/examples/index.py
+++ b/doc/examples/index.py
@@ -305,5 +305,5 @@ if __name__ == "__main__":
dump_sections(output)
output.write("</examples>\n")
output.close()
- dump_Makefile()
+ #dump_Makefile()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]