From 818a68b4b558e80f2478305c7682b40daacbdf6f Mon Sep 17 00:00:00 2001 From: joy Date: Sat, 29 Jul 2000 11:30:19 +0000 Subject: [PATCH] no need to fork a shell, $(notdir) does the job git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@978 313b444b-1b9f-4f58-a734-7bb04f332e8d --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37dc8fe..43c602c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile, used for the DDP manuals.sgml area -MANUAL := $(shell basename $(shell pwd)) +MANUAL := $(notdir $(shell pwd)) PUBLISHDIR := ../../../public_html/manuals.html publish: build -- 2.30.2