From: Michael Orlitzky Date: Sat, 7 Sep 2019 12:15:05 +0000 (-0400) Subject: GNUmakefile: add a comment showing how to define $(PN) cleverly. X-Git-Url: https://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=a9aeb1d067a05434e80f85edb74685737e6c99ea GNUmakefile: add a comment showing how to define $(PN) cleverly. --- diff --git a/GNUmakefile b/GNUmakefile index fba3b37..26bb59f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,6 +6,11 @@ LATEX = pdflatex -file-line-error -halt-on-error # The name of this document. +# +# For example, to use the name of our parent directory: +# +# PN = $(notdir $(realpath .)) +# PN = examples # A space-separated list of bib files. These must all belong to paths