URI:
       Makefile changes for the last commit. - stagit-gopher - static git page generator for gopher
  HTML git clone https://git.drkhsh.at/stagit-gopher.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 553dc545a508e85da41fafb33f61b669d3cfd656
   DIR parent e13c9e5eec3eca1670477033fa276e9b48e78f58
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed, 14 Jun 2017 18:54:49 +0000
       
       Makefile changes for the last commit.
       
       Diffstat:
         M Makefile                            |       5 +----
       
       1 file changed, 1 insertion(+), 4 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -64,10 +64,7 @@ install: all
                for f in ${BIN} ${SCRIPTS}; do chmod 755 ${DESTDIR}${PREFIX}/bin/$$f; done
                # installing example files.
                mkdir -p ${DESTDIR}${PREFIX}/share/${NAME}
       -        cp -f style.css\
       -                favicon.png\
       -                logo.png\
       -                example.sh\
       +        cp -f example.sh\
                        README\
                        ${DESTDIR}${PREFIX}/share/${NAME}
                # installing manual pages.