diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-01-18 19:00:03 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-01-18 19:00:03 +0100 |
| commit | 3eb4d872f7157b67691fb5a98e2cf53f716c5457 (patch) | |
| tree | f8a994a39e359e2620ff01baa2e1096f7e0da633 /guides/setups/operating-systems/apps-demo/napp/share/doc.sh | |
| parent | 9398b60e08f07022cf02bb290f36718b1c744eae (diff) | |
| download | memory-leaks-3eb4d872f7157b67691fb5a98e2cf53f716c5457.tar.xz | |
Resume gratuitous shuffling
Diffstat (limited to 'guides/setups/operating-systems/apps-demo/napp/share/doc.sh')
| -rwxr-xr-x | guides/setups/operating-systems/apps-demo/napp/share/doc.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/guides/setups/operating-systems/apps-demo/napp/share/doc.sh b/guides/setups/operating-systems/apps-demo/napp/share/doc.sh deleted file mode 100755 index e7c8eb1..0000000 --- a/guides/setups/operating-systems/apps-demo/napp/share/doc.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -set -eux - -mkdir -p info man/man1 - -pandoc napp.md -s -o man/man1/napp.1 -pandoc napp.md -s -o info/napp.texi \ - -H <(cat <<EOF -@dircategory Software development -@direntry -* Napp: (napp). -* Napp node: (napp)napp -@end direntry -EOF -) -makeinfo info/napp.texi -o info -install-info info/napp.info info/dir |
