Skip to content

Commit 866bc96

Browse files
authored
add nofooter by default when building the OpenCL specs (KhronosGroup#1252)
This will minimize diffs in the future, especially for things like the reference pages that may change infrequently.
1 parent bd23ede commit 866bc96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ COMMONATTRIBOPTS = -a revdate="$(SPECDATE)" \
9797
-a stem=latexmath \
9898
-a generated=$(GENERATED) \
9999
-a sectnumlevels=5 \
100+
-a nofooter \
100101
-a refprefix
101102

102103
ATTRIBOPTS = -a revnumber="$(SPECREVISION)" \

0 commit comments

Comments
 (0)