File: autojoe

package info (click to toggle)
joe 4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 10,232 kB
  • sloc: ansic: 51,619; sh: 4,326; makefile: 195; csh: 26
file content (25 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh

# The automake and autoconf commands which need to be run

aclocal

autoheader -I joe

automake -a -c

automake -a -c man/Makefile

automake -a -c joe/Makefile

automake -a -c man/ru/Makefile

automake -a -c rc/Makefile

automake -a -c syntax/Makefile

automake -a -c po/Makefile

automake -a -c colors/Makefile

autoconf