diff --git a/Makefile b/Makefile index ec678a92..003668fa 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ test: @$(MAKE) -C src -s test distclean: clean - -rm -f config.cache config.log config.status src/Makefile src/config.h tests/test.out www/Makefile rem2pdf/Makefile.top rem2pdf/Makefile.old rem2pdf/Makefile rem2pdf/Makefile.PL rem2pdf/bin/rem2pdf rem2html/rem2html + -rm -f config.cache config.log config.status src/Makefile src/version.h src/config.h tests/test.out www/Makefile rem2pdf/Makefile.top rem2pdf/Makefile.old rem2pdf/Makefile rem2pdf/Makefile.PL rem2pdf/bin/rem2pdf rem2html/rem2html -rm -f man/rem.1 man/rem2ps.1 man/remind.1 man/tkremind.1 scripts/tkremind src/Makefile: src/Makefile.in diff --git a/unconfigure b/unconfigure deleted file mode 100755 index 3ffdf95d..00000000 --- a/unconfigure +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -echo "Unconfiguring Remind..." -echo rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h www/Makefile rem2html/Makefile -rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h www/Makefile rem2html/Makefile -exit 0