summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2015-05-25 18:53:56 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2015-05-25 18:53:56 +0100
commitad95d641b62955a2f228968f4a141a80c053180a (patch)
treea8d7c1c65f6a2d84cb6ebf5aeffea193ee03fac1
parentf2b54418bd5839586ca360642a76b47ca070eaed (diff)
downloadfolks-ad95d641b62955a2f228968f4a141a80c053180a.tar.gz
build: Tidy up GITIGNOREFILES in the docs directory
folks-dummy was missing from it; it should have been referencing $(distclean_dirs) all along anyway.
-rw-r--r--docs/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 61b0af29..f9328365 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -409,11 +409,7 @@ distclean-docs:
rm -rf $(distclean_dirs)
GITIGNOREFILES = \
- folks/ \
- folks-eds/ \
- folks-libsocialweb/ \
- folks-telepathy/ \
- gtk-doc/ \
+ $(distclean_dirs) \
$(NULL)
-include $(top_srcdir)/git.mk