tMakefile: handle new documents - cv - curriculum vitae
 (HTM) git clone git://src.adamsgaard.dk/cv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 78e6eb03ca70a2b3225bdc00f78e2aa4bbd5a21b
 (DIR) parent 9e00e79650c228e4a15f08344350835a5e818ae9
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 30 Sep 2022 11:35:03 +0200
       
       Makefile: handle new documents
       
       Diffstat:
         M Makefile                            |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -4,6 +4,8 @@
        
        PDF = \
                cv.pdf\
       +        cv-2page.pdf\
       +        publications-5yr.pdf\
        
        all: ${PDF}
        
       t@@ -15,7 +17,7 @@ upload: ${PDF}
                lualatex $<
        
        clean:
       -        rm -f *.pdf
       +        rm -f ${PDF}
                rm -f *.log
                rm -f *.toc
                rm -f *.out