* Makefile.in (distclean): Don't forget to delete doc/Makefile.
authorJim Blandy <jimb@red-bean.com>
Wed, 11 Sep 1996 19:39:58 +0000 (19:39 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 11 Sep 1996 19:39:58 +0000 (19:39 +0000)
Makefile.in

index 2e6a00e..b80c8f5 100644 (file)
@@ -112,6 +112,7 @@ distclean:
        rm -f config.log
        rm -f config.status
        rm -f Makefile
+       rm -f doc/Makefile
        for dir in ${subdirs}; do \
                cd $$dir; \
                ${MAKE} distclean; \