gapplication: Fix typo in property
[glib.git] / docs / Makefile.am
blob2349f44f6d376e608047474088f96a6d0422c27c
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
4 SUBDIRS = reference
6 EXTRA_DIST += debugging.txt macros.txt
8 files:
9         @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
10           echo $$p; \
11         done