mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Minor stylistic fix
This commit is contained in:
parent
a376adbcea
commit
d8ceadaf3b
@ -231,7 +231,11 @@ sanity:
|
|||||||
snapshot:
|
snapshot:
|
||||||
$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|
$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|
||||||
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man --disable-rebuilds --enable-introspection
|
DISTCHECK_CONFIGURE_FLAGS = \
|
||||||
|
--enable-gtk-doc \
|
||||||
|
--enable-man \
|
||||||
|
--disable-rebuilds \
|
||||||
|
--enable-introspection
|
||||||
|
|
||||||
GITIGNOREFILES = \
|
GITIGNOREFILES = \
|
||||||
po-properties/Makefile.in.in \
|
po-properties/Makefile.in.in \
|
||||||
|
Loading…
Reference in New Issue
Block a user