From 2d7043ba5959fd08296a49405d43b370f412a1f2 Mon Sep 17 00:00:00 2001 From: roktas Date: Fri, 3 Nov 2006 05:09:30 +0000 Subject: Remove some code comments from previous commit. git-svn-id: https://pandoc.googlecode.com/svn/trunk@71 788f1e2b-df1e-0410-8736-df70ead52e1b --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dda5b32e2..25cbbe2f5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,9 @@ CABAL := Pandoc.cabal NAME := $(shell sed -ne 's/^[Nn]ame:[[:space:]]*//p' $(CABAL).in) VERSION := $(shell sed -ne 's/^[Vv]ersion:[[:space:]]*//p' $(CABAL).in) EXECS := $(shell sed -ne 's/^[Ee]xecutable:[[:space:]]*//p' $(CABAL).in) -MAIN := $(word 1, $(EXECS)) # first entry in stanza is the main executable + +# First entry in Cabal's executable stanza is the main executable. +MAIN := $(word 1, $(EXECS)) #------------------------------------------------------------------------------- # Install targets @@ -35,7 +37,7 @@ CONFIGURE := configure #------------------------------------------------------------------------------- # Installation paths #------------------------------------------------------------------------------- -THIS := $(shell echo $(NAME) | tr A-Z a-z) # package name +THIS := $(shell echo $(NAME) | tr A-Z a-z) DESTPATH := $(DESTDIR)$(PREFIX) BINPATH := $(DESTPATH)/bin DATAPATH := $(DESTPATH)/share -- cgit v1.2.3