commit 0123a9a6a0e6e904b08dbbecef54e5cea5d7ca48 from: Alexander Arkhipov date: Tue May 30 15:03:29 2023 UTC fix the dist target commit - 12236cc20eb2921a755b654faa37e064d541d780 commit + 0123a9a6a0e6e904b08dbbecef54e5cea5d7ca48 blob - 800123ec79e4366cbd0ce63078f7039caac10a01 blob + f80695ee1e75992165b4c87574f2af17fd330eb4 --- Makefile +++ Makefile @@ -51,8 +51,9 @@ clean: dist: clean mkdir -p gpass-$(V) - cp -f CHANGES README Makefile version.mk eff.long $(SRC) $(M4S) gpass-$(V) - tar cf - gpass-$(VERSION) | gzip >gpass-$(V).tar.gz + cp -f CHANGES COPYING README Makefile version.mk eff.long $(SRC) $(M4S) \ + gpass-$(V) + tar cf - gpass-$(V) | gzip >gpass-$(V).tar.gz rm -rf gpass-$(V) tags: