X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=d6e0a24619ae456674a9715fc7189928dd274016;hb=cdd5f93d5c8b51d8e80e2ccf45f1f4a90c79f6a6;hp=6139816918b197d2101af9d83f312a175b3b847f;hpb=f5d365ec44b9e04c03c7e97e94080bcd134f319a;p=miniexpect.git diff --git a/Makefile.am b/Makefile.am index 6139816..d6e0a24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,11 +45,18 @@ test_spawn_SOURCES = test-spawn.c test_spawn_CFLAGS = $(PCRE_CFLAGS) -Wall test_spawn_LDADD = libminiexpect.la +# Clean. + +CLEANFILES = *~ + # Man pages. man_MANS = miniexpect.3 if HAVE_POD2MAN + +CLEANFILES += miniexpect.3 + miniexpect.3: miniexpect.pod $(POD2MAN) \ --section 3 \ @@ -57,8 +64,5 @@ miniexpect.3: miniexpect.pod -c "Library functions" \ $< > $@-t mv $@-t $@ -endif - -# Clean. -CLEANFILES = *~ +endif