mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 02:38:07 +02:00
[docs] Update private header list
This commit is contained in:
parent
4bb7388b65
commit
bca9a21e98
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue