From: joy Date: Sat, 29 Jul 2000 11:30:19 +0000 (+0000) Subject: no need to fork a shell, $(notdir) does the job X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=818a68b4b558e80f2478305c7682b40daacbdf6f;hp=005539079f0145f21fe041ed455377fbb280d81d;p=developers-reference.git 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 --- 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