Update header glob

This commit is contained in:
Behdad Esfahbod 2008-08-28 19:36:12 -04:00
parent 7b2e8035f2
commit a5a896aae8
2 changed files with 4 additions and 6 deletions

View file

@ -13,8 +13,8 @@ SCAN_OPTIONS=--deprecated-guards="CAIRO_DISABLE_DEPRECATED" --ignore-decorators=
DOC_SOURCE_DIR=../../src
# Used for dependencies
HFILE_GLOB=$(top_srcdir)/src/*.h
CFILE_GLOB=$(top_srcdir)/src/*.c $(top_srcdir)/src/*.h
HFILE_GLOB=$(top_srcdir)/src/cairo-*.h
CFILE_GLOB=$(top_srcdir)/src/cairo-*.c $(top_srcdir)/src/cairo-*.h
include $(srcdir)/Headers.mk
@ -35,8 +35,7 @@ IGNORE_HFILES= \
Headers.mk:
( echo "PRIVATE_TEST_HFILES = \\"; \
find $(top_srcdir)/src \
-name '*-private.h' -o \
-name '*-test.h' | \
-name '*-private.h' | \
sed 's@.*/@ @; s@$$@ \\@' | \
LANG=C sort; \
echo ' cairo-features-win32.h \'; \

View file

@ -165,9 +165,9 @@ that later versions compare greater than earlier versions.
@major: the major component of the version number
@minor: the minor component of the version number
@micro: the micro component of the version number
@Returns: the encoded version.
<!-- ##### MACRO CAIRO_VERSION_STRINGIZE ##### -->
<para>
This macro encodes the given cairo version into an string. The numbers
@ -178,7 +178,6 @@ The parameters to this macro must expand to numerical literals.
@major: the major component of the version number
@minor: the minor component of the version number
@micro: the micro component of the version number
@Returns: a string literal containing the version.
@Since: 1.8