From 3ebc6dce93910721c9cec2cea95651a6f060a28d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 24 Jan 2003 11:24:58 +0000 Subject: 2003-01-24 Ralf Corsepius * Makefile.am: Put GENERATED_FILES into $builddir. --- doc/posix1003.1/ChangeLog | 4 ++++ doc/posix1003.1/Makefile.am | 38 +++++++++++++++++++------------------- 2 files changed, 23 insertions(+), 19 deletions(-) (limited to 'doc/posix1003.1') diff --git a/doc/posix1003.1/ChangeLog b/doc/posix1003.1/ChangeLog index 6d795ef7d1..bb7c95b162 100644 --- a/doc/posix1003.1/ChangeLog +++ b/doc/posix1003.1/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/posix1003.1/Makefile.am b/doc/posix1003.1/Makefile.am index 0fbeefc561..9d5412f4e3 100644 --- a/doc/posix1003.1/Makefile.am +++ b/doc/posix1003.1/Makefile.am @@ -25,97 +25,97 @@ FILES = preface.texi info_TEXINFOS = posix1003_1.texi posix1003_1_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) -$(srcdir)/ch01.texi: ch01.t +ch01.texi: ch01.t $(BMENU2) -c -p "Preface" \ -u "Top" \ -n "Terminology and General Requirements" < $< > $@ -$(srcdir)/ch02.texi: ch02.t +ch02.texi: ch02.t $(BMENU2) -c -p "Conformance" \ -u "Top" \ -n "Process Primitives" < $< > $@ -$(srcdir)/ch03.texi: ch03.t +ch03.texi: ch03.t $(BMENU2) -c -p "Execution-Time Symbolic Constants for Portability Specifications" \ -u "Top" \ -n "Process Environment" < $< > $@ -$(srcdir)/ch04.texi: ch04.t +ch04.texi: ch04.t $(BMENU2) -c -p "Delay Process Execution" \ -u "Top" \ -n "Files and Directories" < $< > $@ -$(srcdir)/ch05.texi: ch05.t +ch05.texi: ch05.t $(BMENU2) -c -p "Get Configurable System Variables" \ -u "Top" \ -n "Input and Output Primitives" < $< > $@ -$(srcdir)/ch06.texi: ch06.t +ch06.texi: ch06.t $(BMENU2) -c -p "Get Configurable Pathname Variables" \ -u "Top" \ -n "Device- and Class-Specific Functions" < $< > $@ -$(srcdir)/ch07.texi: ch07.t +ch07.texi: ch07.t $(BMENU2) -c -p " Asynchronous File Synchronization" \ -u "Top" \ -n "Language-Specific Services for the C Programming Language" < $< > $@ -$(srcdir)/ch08.texi: ch08.t +ch08.texi: ch08.t $(BMENU2) -c -p "Set Foreground Process Group ID" \ -u "Top" \ -n "System Databases" < $< > $@ -$(srcdir)/ch09.texi: ch09.t +ch09.texi: ch09.t $(BMENU2) -c -p "Pseudo-Random Sequence Generation Functions" \ -u "Top" \ -n "Data Interchange Format" < $< > $@ -$(srcdir)/ch10.texi: ch10.t +ch10.texi: ch10.t $(BMENU2) -c -p "User Database Access" \ -u "Top" \ -n "Synchronization" < $< > $@ -$(srcdir)/ch11.texi: ch11.t +ch11.texi: ch11.t $(BMENU2) -c -p "Multiple Volumes" \ -u "Top" \ -n "Memory Management" < $< > $@ -$(srcdir)/ch12.texi: ch12.t +ch12.texi: ch12.t $(BMENU2) -c -p "Waiting on a Condition" \ -u "Top" \ -n "Execution Scheduling" < $< > $@ -$(srcdir)/ch13.texi: ch13.t +ch13.texi: ch13.t $(BMENU2) -c -p "Remove a Shared Memory Object" \ -u "Top" \ -n "Clocks and Timers" < $< > $@ -$(srcdir)/ch14.texi: ch14.t +ch14.texi: ch14.t $(BMENU2) -c -p "Change the Priority Ceiling of a Mutex" \ -u "Top" \ -n "Message Passing" < $< > $@ -$(srcdir)/ch15.texi: ch15.t +ch15.texi: ch15.t $(BMENU2) -c -p "High Resolution Sleep" \ -u "Top" \ -n "Thread Management" < $< > $@ -$(srcdir)/ch16.texi: ch16.t +ch16.texi: ch16.t $(BMENU2) -c -p "Get Message Queue Attributes" \ -u "Top" \ -n "Thread-Specific Data" < $< > $@ -$(srcdir)/ch17.texi: ch17.t +ch17.texi: ch17.t $(BMENU2) -c -p "Dynamic Package Initialization" \ -u "Top" \ -n "Thread Cancellation" < $< > $@ -$(srcdir)/ch18.texi: ch18.t +ch18.texi: ch18.t $(BMENU2) -c -p "Thread-Specific Data Key Deletion" \ -u "Top" \ -n "Compliance Summary" < $< > $@ -$(srcdir)/ch19.texi: ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t \ +ch19.texi: ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t \ ch09.t ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t $(srcdir)/summarize $^ | \ $(BMENU2) -c -p "List of Cancellation Points" \ -- cgit v1.2.3