Skip to content

Commit

Permalink
Remove Windows installer build files from distribution
Browse files Browse the repository at this point in the history
Files in the windows directory are for the purpose of building the Windows installer and should not be part of the regular distribution.  For some reason, however, gregorio.ico and gregorio-resources.rc were ending up in the dist file (inside a windows directory).  This dist-hook target is automatically executed after the distribution is assembled but before it is compressed and will remove the windows directory entirely.
  • Loading branch information
rpspringuel committed Feb 15, 2025
1 parent e4c7fc4 commit 4c4f194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ gregoriotex.tds.zip: dist-zip install-gtex.sh

ctan: gregoriotex.tds.zip build-ctan.sh
./build-ctan.sh

dist-hook:
rm -rf $(distdir)/windows

0 comments on commit 4c4f194

Please sign in to comment.