From 20b457a17522228d920a9e979937188e88a0b898 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 23 Apr 1999 16:49:13 +0000 Subject: Fixed Makefile to avoid copying the file to a new name. --- doc/posix_users/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile index a1eab75fda..8c12928829 100644 --- a/doc/posix_users/Makefile +++ b/doc/posix_users/Makefile @@ -46,7 +46,6 @@ $(PROJECT).ps: $(PROJECT).dvi $(PROJECT).dvi: $(FILES) $(TEXI2DVI) posix_users.texi - mv posix_users.dvi $(PROJECT).dvi html: dirs $(FILES) -mkdir -p $(WWW_INSTALL)/$(PROJECT) -- cgit v1.2.3