mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
Add miscellaneous unpackaged files to dist tarball
Various files are in git but not in dist tarballs. Some of them look like potentially useful references for downstream distributors. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
76b87660ba
commit
c37bbb2641
@ -116,6 +116,7 @@ EXTRA_DIST += \
|
|||||||
data/symbolic-source.svg \
|
data/symbolic-source.svg \
|
||||||
demo.gresource.xml \
|
demo.gresource.xml \
|
||||||
$(resource_files) \
|
$(resource_files) \
|
||||||
|
makefile.msc.in \
|
||||||
org.gtk.Demo.gschema.xml \
|
org.gtk.Demo.gschema.xml \
|
||||||
demos.h.win32 \
|
demos.h.win32 \
|
||||||
meson.build \
|
meson.build \
|
||||||
|
@ -8,6 +8,7 @@ EXTRA_DIST += \
|
|||||||
developers.txt \
|
developers.txt \
|
||||||
dnd_internals.txt \
|
dnd_internals.txt \
|
||||||
focus_tracking.txt \
|
focus_tracking.txt \
|
||||||
|
iconcache.txt \
|
||||||
RELEASE-HOWTO \
|
RELEASE-HOWTO \
|
||||||
sizing-test.txt \
|
sizing-test.txt \
|
||||||
styles.txt \
|
styles.txt \
|
||||||
|
@ -385,6 +385,7 @@ HTML_IMAGES = \
|
|||||||
$(srcdir)/images/pagesetupdialog.png \
|
$(srcdir)/images/pagesetupdialog.png \
|
||||||
$(srcdir)/images/placessidebar.png \
|
$(srcdir)/images/placessidebar.png \
|
||||||
$(srcdir)/images/popup-anchors.png \
|
$(srcdir)/images/popup-anchors.png \
|
||||||
|
$(srcdir)/images/popup-at.svg \
|
||||||
$(srcdir)/images/popup-flip.png \
|
$(srcdir)/images/popup-flip.png \
|
||||||
$(srcdir)/images/popup-slide.png \
|
$(srcdir)/images/popup-slide.png \
|
||||||
$(srcdir)/images/printdialog.png \
|
$(srcdir)/images/printdialog.png \
|
||||||
|
@ -1752,10 +1752,15 @@ EXTRA_DIST += \
|
|||||||
$(gesture_sources) \
|
$(gesture_sources) \
|
||||||
$(theme_sources) \
|
$(theme_sources) \
|
||||||
$(gsettings_SCHEMAS) \
|
$(gsettings_SCHEMAS) \
|
||||||
|
compose-parse.py \
|
||||||
emoji/convert-emoji.c \
|
emoji/convert-emoji.c \
|
||||||
emoji/emoji.json \
|
emoji/emoji.json \
|
||||||
|
emoji/emoji1.json \
|
||||||
a11y/Makefile.inc \
|
a11y/Makefile.inc \
|
||||||
deprecated/Makefile.inc \
|
deprecated/Makefile.inc \
|
||||||
|
glade/README.glade \
|
||||||
|
glade/gtk-private-widgets.xml \
|
||||||
|
gtk-compose-lookaside.txt \
|
||||||
inspector/Makefile.inc \
|
inspector/Makefile.inc \
|
||||||
libgtk3.manifest.in \
|
libgtk3.manifest.in \
|
||||||
gtk-win32.rc.body.in \
|
gtk-win32.rc.body.in \
|
||||||
@ -1784,7 +1789,13 @@ EXTRA_DIST += \
|
|||||||
deprecated/meson.build \
|
deprecated/meson.build \
|
||||||
inspector/meson.build \
|
inspector/meson.build \
|
||||||
theme/Adwaita/meson.build \
|
theme/Adwaita/meson.build \
|
||||||
theme/HighContrast/meson.build
|
theme/Adwaita/parse-sass.sh \
|
||||||
|
theme/Adwaita/render-assets.sh \
|
||||||
|
theme/HighContrast/assets.svg \
|
||||||
|
theme/HighContrast/assets.txt \
|
||||||
|
theme/HighContrast/meson.build \
|
||||||
|
theme/HighContrast/parse-sass.sh \
|
||||||
|
theme/HighContrast/render-assets.sh
|
||||||
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
@ -549,6 +549,8 @@ testglblending_SOURCES = \
|
|||||||
listmodel_SOURCES = listmodel.c
|
listmodel_SOURCES = listmodel.c
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
|
apple-red.png \
|
||||||
|
dialog.ui \
|
||||||
gradient1.png \
|
gradient1.png \
|
||||||
testgtk.1 \
|
testgtk.1 \
|
||||||
testgtk.css \
|
testgtk.css \
|
||||||
@ -573,7 +575,15 @@ EXTRA_DIST += \
|
|||||||
mydialog.ui \
|
mydialog.ui \
|
||||||
mydialog2.ui \
|
mydialog2.ui \
|
||||||
popover.ui \
|
popover.ui \
|
||||||
|
popover2.ui \
|
||||||
|
popupat.ui \
|
||||||
selectionmode.ui \
|
selectionmode.ui \
|
||||||
meson.build
|
meson.build \
|
||||||
|
testapplication.desktop \
|
||||||
|
testcolorchooser2.ui \
|
||||||
|
testplacesview.c \
|
||||||
|
testrc.c \
|
||||||
|
testthreads.c \
|
||||||
|
testtreeview-plan.txt
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
@ -34,6 +34,7 @@ CLEANFILES = \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
|
check-gdk-cairo.c \
|
||||||
meson.build
|
meson.build
|
||||||
|
|
||||||
if BUILDOPT_INSTALL_TESTS
|
if BUILDOPT_INSTALL_TESTS
|
||||||
|
Loading…
Reference in New Issue
Block a user