[docs] Update private header list

This commit is contained in:
Behdad Esfahbod 2008-08-06 20:40:23 -04:00
parent 4bb7388b65
commit bca9a21e98
2 changed files with 2 additions and 0 deletions

View file

@ -48,4 +48,5 @@ PRIVATE_TEST_HFILES = \
cairo-xlib-private.h \
cairo-xlib-surface-private.h \
cairo-xlib-xrender-private.h \
cairo-features-win32.h \
cairoint.h

View file

@ -39,6 +39,7 @@ Headers.mk:
-name '*-test.h' | \
sed 's@.*/@ @; s@$$@ \\@' | \
LANG=C sort; \
echo ' cairo-features-win32.h \'; \
echo ' cairoint.h' ) > $@.tmp
mv $@.tmp $@