stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit 553dc545a508e85da41fafb33f61b669d3cfd656
parent e13c9e5eec3eca1670477033fa276e9b48e78f58
Author: Christoph Lohmann <20h@r-36.net>
Date:   Wed, 14 Jun 2017 18:54:49 +0000

Makefile changes for the last commit.

Diffstat:
MMakefile | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

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.