diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-19 01:41:19 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-19 01:41:19 -0500 |
| commit | 255a7f4963b8a2df8e0f91d1da7543b608cb14a9 (patch) | |
| tree | 18268bc4fe5e929968579ec02154c7cf501997d8 /src/Makefile | |
| parent | f4de25289a65586d10351fc14548a04dab01a18b (diff) | |
| download | unalf-255a7f4963b8a2df8e0f91d1da7543b608cb14a9.tar.gz | |
Fix typo in Makefile.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9777d50..6faa61b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -106,7 +106,7 @@ unalf.html: unalf.rst rst2html unalf.rst > unalf.html windows: crosswin html - rm -rf wintmp unalf-$(VERSION)-win64.zip + rm -rf wintmp ../unalf-$(VERSION)-win64.zip mkdir -p wintmp/{doc,examples} cp unalf.exe alfsum.exe wintmp cd .. ; for i in README.txt TODO.txt doc/*.txt doc/Arcinfo examples/*.txt; do perl -pe 's,\n,\r\n,;' $$i > src/wintmp/$$i; done |
