cleanup and links...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-16 00:22:15 +03:00
parent 850181bdd1
commit 192febe99f
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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