chiark / gitweb /
no need to fork a shell, $(notdir) does the job
authorjoy <joy@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 29 Jul 2000 11:30:19 +0000 (11:30 +0000)
committerjoy <joy@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 29 Jul 2000 11:30:19 +0000 (11:30 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@978 313b444b-1b9f-4f58-a734-7bb04f332e8d

Makefile

index 37dc8fe95592fedcd96c10e6b11a4ce11bf48904..43c602c5f35febc27064ff400feb44195fddd43e 100644 (file)
--- 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