Overview
Comment:Fix: espaces au lieu de tab
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 84fc33ad79349dd17646f9c08671eed6a170c394
User & Date: bohwaz on 2017-10-18 13:00:00
Other Links: manifest | tags
Context
2017-10-19
00:17
Fix impression check-in: e2abfad676 user: bohwaz tags: trunk
2017-10-18
13:00
Fix: espaces au lieu de tab check-in: 84fc33ad79 user: bohwaz tags: trunk
12:56
Fix deux bugs reportés par garradin.eu check-in: a2f33e8725 user: bohwaz tags: trunk, stable, 0.8.0
Changes

Modified src/Makefile from [7b205576fe] to [b931228697].

20
21
22
23
24
25
26
27
28
29
30
31
	echo "garradin-${VERSION}/include/lib/KD2" >> /tmp/garradin-${VERSION}-list.txt
	rm -f /tmp/garradin-${VERSION}
	ln -s ${PWD} /tmp/garradin-${VERSION}
	tar cjvfh garradin-${VERSION}.tar.bz2 -C /tmp -T /tmp/garradin-${VERSION}-list.txt
	rm -f /tmp/garradin-${VERSION}*

publish: release
    $(eval VERSION=$(shell cat VERSION))
	fossil uv sync
	fossil uv ls | grep '^garradin-.*\.tar\.bz2' | xargs fossil uv rm
	fossil uv add garradin-${VERSION}.tar.bz2
	fossil uv sync







|




20
21
22
23
24
25
26
27
28
29
30
31
	echo "garradin-${VERSION}/include/lib/KD2" >> /tmp/garradin-${VERSION}-list.txt
	rm -f /tmp/garradin-${VERSION}
	ln -s ${PWD} /tmp/garradin-${VERSION}
	tar cjvfh garradin-${VERSION}.tar.bz2 -C /tmp -T /tmp/garradin-${VERSION}-list.txt
	rm -f /tmp/garradin-${VERSION}*

publish: release
	$(eval VERSION=$(shell cat VERSION))
	fossil uv sync
	fossil uv ls | grep '^garradin-.*\.tar\.bz2' | xargs fossil uv rm
	fossil uv add garradin-${VERSION}.tar.bz2
	fossil uv sync