summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 15:05:35 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 15:05:35 (EDT)
commit069cc3e3b2603f51b1abbe0238c35bf8e58a4afb (patch)
tree2f16d4c21a06d7728c3fb74540930a2eb0318c9f /Makefile.am
parentaeb6d87558ef9ed003437d96826980137d8bd195 (diff)
Makefile.am: Rearrange CLEANFILES
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 01218d7..a3a227f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,8 +53,8 @@ do_subst = sed \
CLEANFILES = \
$(pro_archman_LDADD) \
- $(man1_MANS) \
- $(locale_MESSAGES)
+ $(locale_MESSAGES) \
+ $(man1_MANS)
EXTRA_DIST = \
COPYING.2 \
COPYING.3 \