From 5b02923e012589930a78053fb0cbc9caa1675206 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 7 May 2013 14:13:08 +0100 Subject: trivial: Fix the gitignore files --- Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d03baf7..a741e68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,20 +30,20 @@ EXTRA_DIST = \ ChangeLog MAINTAINERCLEANFILES = \ - $(srcdir)ABOUT-NLS \ - $(srcdir)aclocal.m4 \ - $(srcdir)build-aux \ - $(srcdir)ChangeLog \ - $(srcdir)config.h.in \ - $(srcdir)gtk-doc.make \ - $(srcdir)po/Makefile.in.in~ \ - $(srcdir)po/Makevars.template \ - $(srcdir)po/Rules-quot \ - $(srcdir)po/e*.header \ - $(srcdir)po/*.sin \ - $(srcdir)po/*.sed \ - $(srcdir)*.tar.xz \ - $(srcdir)INSTALL + ABOUT-NLS \ + aclocal.m4 \ + build-aux \ + ChangeLog \ + config.h.in \ + gtk-doc.make \ + po/Makefile.in.in~ \ + po/Makevars.template \ + po/Rules-quot \ + po/e*.header \ + po/*.sin \ + po/*.sed \ + *.tar.xz \ + INSTALL snapshot: $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"` -- cgit v1.2.1