Take lightweight tags into account in VERSION
This commit is contained in:
		
							parent
							
								
									f60131258a
								
							
						
					
					
						commit
						f1b0e83776
					
				| @ -5,7 +5,7 @@ MANPREFIX = ${PREFIX}/share/man | ||||
| # In dist tarballs, the version is stored in the VERSION files.
 | ||||
| VERSION := '$(shell [ -f VERSION ] && cat VERSION)' | ||||
| ifeq ('',$(VERSION)) | ||||
| VERSION := $(shell git describe) | ||||
| VERSION := $(shell git describe --tags) | ||||
| endif | ||||
| 
 | ||||
| # Xinerama, comment if you don't want it
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Johannes M. Griebler
						Johannes M. Griebler