]> sourceware.org Git - automake.git/commitdiff
Added clean targets
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 21:35:28 +0000 (21:35 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 21:35:28 +0000 (21:35 +0000)
texi-version.am

index d2d35f7a623e807bccb1b64096f62e00186da482..1faca2c319db6eb5a2de87752768b92948ceb164 100644 (file)
@@ -14,3 +14,14 @@ stamp-vti: @TEXI@ $(top_srcdir)/configure.in
        fi
        touch $(srcdir)/stamp-vti
 
+mostlyclean-vti:
+       rm -f *.tmp
+
+clean-vti:
+       rm -f $(VTI)
+
+distclean-vti:
+
+maintainer-clean-vti:
+       rm -f stamp-vti version.texi
+
This page took 0.024393 seconds and 5 git commands to generate.