From 85551a38f31dfd3e371ae1f24a4128974fac71b3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 4 Mar 1998 16:51:36 +0000 Subject: [PATCH] tarballs: Ok, we do support info for the moment, so add that to the tarballs target. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 2b8596b62a..93258c20d5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -291,7 +291,7 @@ tarps: postscript-$(VERSION).tar.gz tarpdf: pdf-$(VERSION).tar.gz -tarballs: tarpdf tarps tarhtml +tarballs: tarpdf tarps tarhtml tarinfo # Housekeeping targets -- 2.50.0