home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-04-22 | 893 b | 33 lines |
- FORMATTER = ptroff
- HERE= $(LOCALE)/NextLibrary/Documentation/Sybase/DBLIB/
- MACROS = -msyb $(HERE)vno
- FLAGS =
- TWOP = abort_xact.nr build_xact_string.nr close_commit.nr commit_xact.nr open_commit.nr remove_xact.nr scan_xact.nr start_xact.nr stat_xact.nr
-
- DBLIB: all coversheet
-
- all: appa sec3 sec2 sec1 front
-
- front:
- $(FORMATTER) $(MACROS) relno author docid $(LOCALE)/NextLibrary/Documentation/Sybase/Front/disclaimer.nr
- $(FORMATTER) title
-
- sec1:
- $(FORMATTER) $(FLAGS) $(MACROS) Intro.nr
-
- sec2:
- cd Section2; cat *.nr > temp.nr
- cd Section2;$(FORMATTER) $(FLAGS) $(MACROS) section2.title temp.nr; rm temp.nr
-
- sec3:
- cd Section3; cat section3.title bcp.title bcp_*.nr distrib.title twophase $(TWOP) > temp.sec3
- cd Section3; $(FORMATTER) $(FLAGS) $(MACROS) temp.sec3; rm temp.sec3
-
- appa:
- $(FORMATTER) $(FLAGS) $(MACROS) Appendix/aa.nr
-
- coversheet:
- $(FORMATTER) $(MACROS) Coversheet.nr
-
-
-