From 4ea2991a40d547d3c7800f862206741625a84417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 24 Sep 2020 12:42:54 +0100 Subject: Retire dummy cairo-version.h header to fix meson subproject build It was originally added to make bisecting easier, but has outlived its usefuleness now. Going forward we'll have just a single cairo-version.h header file, the one with the real version numbers. This is needed to fix the case where cairo is being built as a Meson subproject, but also simplifies things in general. Fixes #421 --- doc/public/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am index 33bccabb7..bf2a0e759 100644 --- a/doc/public/Makefile.am +++ b/doc/public/Makefile.am @@ -36,7 +36,7 @@ content_files = \ version.xml \ $(NULL) -version.xml: $(top_srcdir)/cairo-version.h +version.xml: $(top_srcdir)/src/cairo-version.h echo $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO) > $@ # Images to copy into HTML directory -- cgit v1.2.1