mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
cleanup and links...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
850181bdd1
commit
192febe99f
2
.github/workflows/make-dist.yml
vendored
2
.github/workflows/make-dist.yml
vendored
@ -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
|
||||
|
||||
5
Makefile
5
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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user