Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
13 lines
503 B
Diff
13 lines
503 B
Diff
diff -Naur 4th-3.64.0-old/sources/Makefile 4th-3.64.0-new/sources/Makefile
|
|
--- 4th-3.64.0-old/sources/Makefile 2022-03-15 12:37:45.925122854 -0300
|
|
+++ 4th-3.64.0-new/sources/Makefile 2022-03-15 12:38:50.987870211 -0300
|
|
@@ -125,7 +125,7 @@
|
|
|
|
install: mostlyinstall
|
|
install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1
|
|
- install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/
|
|
+ install -Dm644 ../documentation/4tHmanual.pdf $(DOCDIR)/4th/
|
|
|
|
uninstall:
|
|
-rm -f $(LIBRARIES)/lib4th.{a,so*}
|