From 5e34adc29bf14b08fca145fffe4b16b84fd5c277 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Tue, 2 Oct 2012 21:15:49 +0200 Subject: [PATCH] Actually thinking about it, lets not clean the manpage, it comes precompiled in tarballs --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 95c9e6b..41aa2de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ EXTRA_DIST = doc/lsyncd.1.txt inotify.c fsevents.c bin2carray.lua \ doc/lsyncd.1: doc/lsyncd.1.txt $(A2X) --format=manpage $< -CLEANFILES = runner.out defaults.out runner.c defaults.c doc/lsyncd.1 +CLEANFILES = runner.out defaults.out runner.c defaults.c # compiles the runner and the defaults into the binary lsyncd_LDADD += runner.o defaults.o