mirror of
				https://github.com/flynx/photobook.git
				synced 2025-10-31 11:20: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 |           apk add make git zip | ||||||
|           git config --global --add safe.directory '*' |           git config --global --add safe.directory '*' | ||||||
|           echo "VERSION=$(make version)" >> $GITHUB_ENV |           echo "VERSION=$(make version)" >> $GITHUB_ENV | ||||||
|           make dist CTAN |           make dist ctan-dist | ||||||
| 
 | 
 | ||||||
|     - name: Release |     - name: Release | ||||||
|       uses: softprops/action-gh-release@v1 |       uses: softprops/action-gh-release@v1 | ||||||
|  | |||||||
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @ -277,8 +277,9 @@ dist: $(DIST_FILES) | |||||||
| 		| zipnote -w $(DIST_DIR)/$(DIST_NAME).zip | 		| zipnote -w $(DIST_DIR)/$(DIST_NAME).zip | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| .PHONY: CTAN | # this is used to create a CTAN-compatible dist archive...
 | ||||||
| CTAN: dist | .PHONY: ctan-dist | ||||||
|  | ctan-dist: dist | ||||||
| 	cp -f $(DIST_DIR)/$(DIST_NAME).zip $(DIST_DIR)/$(MODULE).zip | 	cp -f $(DIST_DIR)/$(DIST_NAME).zip $(DIST_DIR)/$(MODULE).zip | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user