File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,18 @@ all: standard
22
33core :
44 $(MAKE ) -C ../core/unix all
5- $(MAKE ) -C ../docs all
65 cd ../foreign_sdk/unix ; ./build.sh
76
7+ doc :
8+ $(MAKE ) -C ../docs all
9+
810odbc :
911 cd ../extensions/odbc/i386_mswin32 ; ./build.bat
1012
11- standard : core
13+ standard : core doc
14+ ./build_dist.sh standard
15+
16+ standard-nodoc : core
1217 ./build_dist.sh standard
1318
1419# If you want to just capture test output to a file, execute:
Original file line number Diff line number Diff line change 6666cp -p " $MAN /welcome_standard.txt" " $DISTDIR /README.txt"
6767cp -p $MAN /$MANUAL " $DISTDIR /$MANUALNAME "
6868cp -p $MAN /$REFMANUAL " $DISTDIR /$REFMANUALNAME "
69- cp -pr $DOCS " $DISTDIR /docs"
69+ if test -d " $DOCS "
70+ then
71+ cp -pr $DOCS " $DISTDIR /docs"
72+ fi
7073cp -p " $ALS_PROLOG /core/alsp_src/doc/alspro.1" " $DISTDIR /alspro.1"
7174
7275
You can’t perform that action at this time.
0 commit comments