M Makefile => Makefile +7 -1
@@ 1,8 1,14 @@
# SPDX-License-Identifier: 0BSD
-PAGES = $(wildcard *.mom)
+PAGES = $(wildcard N*.mom)
+.PHONY : all pages clean
+
+all : pages
pages : $(patsubst %.mom,$(DESTDIR)%.pdf,$(PAGES))
+clean :
+ rm -f *.pdf
+
$(DESTDIR)%.pdf : %.mom
pdfmom -Tps -K utf-8 -t $^ | ps2pdf - $@
M N????.mom => N????.mom +5 -0
@@ 3,8 3,13 @@
.TITLE "\fIN????\fP\f(CR: \fP\f(CBnsec_t \fP\f(CR&&\f(CR\fP\f(CB timespec::tv_nsec\fP"
.PDF_TITLE "\*[$TITLE]
.AUTHOR "\v'-.5v'\*[UP 8p]наб"
+.\" http://www.open-std.org/jtc1/sc22/wg14/www/contributing says we need a cover page
+.MISC "\s[9]\f(CBtimespec::tv_nsec\fR is too wide and is unsatisfiable by some architectures." \
+ ".br" \
+ "Relaxing the type by introducing \f(CBnsec_t\fP can alleviate this."
.ATTRIBUTE_STRING "" \" Don't print 'by'
.HEADER_LEFT "наб"
+.COVER TITLE AUTHOR MISC
.\" Page, style, formatting
.PRINTSTYLE TYPESET
.PAPER A4