summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-07 14:13:08 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-07 14:13:08 +0100
commit5b02923e012589930a78053fb0cbc9caa1675206 (patch)
treece68a47b3ba3c2a76eef0cda436c28ee77a63f3e /Makefile.am
parentefa97d515fdef37e7c20b13e1e49f82080b11625 (diff)
downloadupower-5b02923e012589930a78053fb0cbc9caa1675206.tar.gz
trivial: Fix the gitignore files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am28
1 files changed, 14 insertions, 14 deletions
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"`