mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
5 lines
153 B
Bash
5 lines
153 B
Bash
#!/bin/sh -e
|
|
|
|
install-info --quiet --section "Development" "Development" \
|
|
--description="The Mercury User's Guide." /usr/info/mercury.info
|