]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Added clean targets
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 21:33:03 +0000 (21:33 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 21:33:03 +0000 (21:33 +0000)
lib/am/texinfos.am
texinfos.am

index 2627573e5fcc27c04109a0e24e0f892ba553ba38..02beb4b13dce6c54f1f0cbdb62cb7bd1e3e52795 100644 (file)
@@ -30,3 +30,13 @@ uninstall-info:
          rm -f $(infodir)/$$file; \
        done
 
+mostlyclean-info:
+
+clean-info:
+       rm -f $(TEXFILES)
+
+distclean-info:
+
+maintainer-clean-info:
+       rm -f $(INFO)
+
index 2627573e5fcc27c04109a0e24e0f892ba553ba38..02beb4b13dce6c54f1f0cbdb62cb7bd1e3e52795 100644 (file)
@@ -30,3 +30,13 @@ uninstall-info:
          rm -f $(infodir)/$$file; \
        done
 
+mostlyclean-info:
+
+clean-info:
+       rm -f $(TEXFILES)
+
+distclean-info:
+
+maintainer-clean-info:
+       rm -f $(INFO)
+