File: make_list

package info (click to toggle)
xpaint 2.9.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,552 kB
  • sloc: ansic: 73,017; sh: 492; yacc: 247; lex: 126; sed: 43; makefile: 10
file content (20 lines) | stat: -rwxr-xr-x 562 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

/bin/ls share/help/Help* \
        share/messages/Messages* \
        share/include/*.h \
        share/c_scripts/3d_curves/*.c \
        share/c_scripts/3d_surfaces/*.c \
        share/c_scripts/batch/*.c \
        share/c_scripts/filters/*.c \
        share/c_scripts/images/*.c \
        share/c_scripts/layers/*.c \
        share/c_scripts/procedures/*.c \
        share/c_scripts/templates/*.c \
	share/bin/* \
	app-defaults/XPaint* >> Filelist \
	xaw3d-xft/*.h >> Filelist \
	xaw3d-xft/*.c >> Filelist \
	xaw3d-xft/app-defaults/* >> Filelist