diff --git a/.github/workflows/make-dist.yml b/.github/workflows/make-dist.yml index 3dd3f86..f7ab8a0 100644 --- a/.github/workflows/make-dist.yml +++ b/.github/workflows/make-dist.yml @@ -21,7 +21,7 @@ jobs: apk add make git zip git config --global --add safe.directory '*' echo "VERSION=$(make version)" >> $GITHUB_ENV - make dist CTAN + make dist ctan-dist - name: Release uses: softprops/action-gh-release@v1 diff --git a/Makefile b/Makefile index 4cc4705..24fa243 100644 --- a/Makefile +++ b/Makefile @@ -277,8 +277,9 @@ dist: $(DIST_FILES) | zipnote -w $(DIST_DIR)/$(DIST_NAME).zip -.PHONY: CTAN -CTAN: dist +# this is used to create a CTAN-compatible dist archive... +.PHONY: ctan-dist +ctan-dist: dist cp -f $(DIST_DIR)/$(DIST_NAME).zip $(DIST_DIR)/$(MODULE).zip diff --git a/README.md b/README.md index cbab31c..c44b7b3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ $ make pdf For more info on `make` targets see the: [./Makefile](./Makefile) +The package is available on CTAN: https://ctan.org/pkg/photobook + ## Authors