lorid

convert chordpro to pdf
git clone git://git.relim.de/lorid.git
Log | Files | Refs | README | LICENSE

commit 4a5f003110fc1ddde8918e633def3cd0d11d3c85
parent e222d71f1a0956e71f030c26d09681ca9df24e54
Author: nibo <nibo@relim.de>
Date:   Tue, 11 Feb 2025 20:06:23 +0100

Fix make target 'dist'

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -43,7 +43,7 @@ uninstall: rm ${PREFIX}/share/lorid/ChordProSymbols.ttf dist: mkdir -p lorid-v${VERSION}/ - cp -r *.c *.h misc/ Makefile DEVELOPMENT_NOTES README.md lorid.1 lorid_config.5 lorid-v${VERSION}/ + cp -r src/ misc/ Makefile DEVELOPMENT_NOTES README.md lorid.1 lorid_config.5 lorid-v${VERSION}/ tar czf lorid-v${VERSION}.tar.gz lorid-v${VERSION}/* rm -rf lorid-v${VERSION}/ html: