We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49867c commit 397e9f6Copy full SHA for 397e9f6
Makefile.am
@@ -44,6 +44,7 @@ EXTRA_DIST = \
44
plugins/comment_out.bas \
45
plugins/dos2unix.bas \
46
plugins/indent.bas \
47
+ plugins/help.bas \
48
translator/SB.g \
49
translator/Makefile \
50
translator/Translator.java \
rpm/SPECS/opensuse.spec
@@ -28,7 +28,7 @@ SmallBASIC is licensed under the GPL.
28
%setup -q
29
30
%build
31
-./configure --enable-fltk
+./configure --enable-fltk --prefix=/usr
32
make -s
33
34
%install
@@ -47,4 +47,5 @@ make install prefix=$RPM_BUILD_ROOT/usr
/usr/share/smallbasic/plugins/dos2unix.bas
/usr/share/smallbasic/plugins/indent.bas
/usr/share/smallbasic/plugins/publish.bas
+/usr/share/smallbasic/plugins/help.bas
51
/usr/share/smallbasic/sbasic_ref.csv
0 commit comments