summary refs log tree commit diff
path: root/doc/pdf/Makefile
blob: 7afbdcf2bb7c3d91e4e83f881f3a29f899fecc95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PDFS += abi.pdf
PDFS += c11.pdf
PDFS += elf.pdf
PDFS += intel-64-opt.pdf
PDFS += intel-64-sdm-vol-1.pdf
PDFS += intel-64-sdm-vol-2.pdf
PDFS += intel-64-sdm-vol-3.pdf
PDFS += intel-64-sdm-vol-4.pdf
PDFS += multiboot.pdf

ELF = https://refspecs.linuxbase.org/elf
INTEL = https://software.intel.com/sites/default/files/managed

URL.abi.pdf = ${ELF}/x86_64-abi-0.99.pdf
URL.c11.pdf = http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf
URL.elf.pdf = ${ELF}/elf.pdf
URL.intel-64-opt.pdf = ${INTEL}/9e/bc/64-ia-32-architectures-optimization-manual.pdf
URL.intel-64-sdm-vol-1.pdf = ${INTEL}/a4/60/253665-sdm-vol-1.pdf
URL.intel-64-sdm-vol-2.pdf = ${INTEL}/a4/60/325383-sdm-vol-2abcd.pdf
URL.intel-64-sdm-vol-3.pdf = ${INTEL}/a4/60/325384-sdm-vol-3abcd.pdf
URL.intel-64-sdm-vol-4.pdf = ${INTEL}/22/0d/335592-sdm-vol-4.pdf
URL.multiboot.pdf = https://www.gnu.org/software/grub/manual/multiboot/multiboot.pdf

all: ${PDFS}

${PDFS}:
	curl -Lf -o $@ ${URL.$@}
	chmod a-w $@

clean:
	rm -f ${PDFS}
support-for-weechat> to fix some emoji display in catgirl. Somehow this code from 2007 against Unicode 5.0 does a better job than whatever the hell macOS Mojave's libc is doing. * Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20 | * Add CREEP UJune McEnroe2020-04-14 | * Add DONT COME TO THE WOODSJune McEnroe2020-04-14 | * Include <content src> in feedJune McEnroe2020-04-04 | | | | Maybe this gets feed readers to embed the content? * Set publish date in feed from .DdJune McEnroe2020-04-04 | * Update cgit setup post with git-http-backendJune McEnroe2020-04-01 | * Add np scriptJune McEnroe2020-03-31 | | | | I'm bringing this back. * Teach hi how to underline in IRCJune McEnroe2020-03-30 | * Highlight diff lines without lading space as KeywordJune McEnroe2020-03-30 | * Remove .psqlrcJune McEnroe2020-03-27 | | | | I haven't used psql in years probably. * Only cd in .profile if /usr/home existsJune McEnroe2020-03-27 | * Remove gpg configurationJune McEnroe2020-03-27 | * Move .kshrc to .mkshrcJune McEnroe2020-03-27 | | | | | I should really just get rid of this since I don't use mksh anymore, but it's still around on some Linux systems I guess. * Upgrade neovim to 0.4.3 on macOSJune McEnroe2020-03-24 | * Add The Ten Thousand Doors of JanuaryJune McEnroe2020-03-19 | | | | Uh oh, the library is closed. * Add HISTFILE history savingJune McEnroe2020-03-09 | * Source .editrc before applying -v or -eJune McEnroe2020-03-09 | | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. * Add \? exit status prompt expansionJune McEnroe2020-03-09 | * Shorten $HOME to ~ in prompt expansionJune McEnroe2020-03-09 | * Add PS0 pre-prompt stringJune McEnroe2020-03-09 | * Add RPS1 and RPS2 right promptsJune McEnroe2020-03-09 | * Fix copyright and rcsidJune McEnroe2020-03-09 | * Replace strchrnul with strchrJune McEnroe2020-03-09 | * Replace eaccess with faccessatJune McEnroe2020-03-09 | * Replace st_mtim with st_mtimespecJune McEnroe2020-03-09 | * Replace sys_nsig with NSIGJune McEnroe2020-03-09 | * Replace 1sh MakefileJune McEnroe2020-03-09 | * Rename manual pages to 1shJune McEnroe2020-03-09 | * Move bltin out of subdirectoryJune McEnroe2020-03-09 | * Import /usr/src/usr.bin/printf from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09 | * Import /usr/src/bin/test from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09 | * Import /usr/src/bin/kill from FreeBSD 12.1-RELEASEJune McEnroe2020-03-09 | * Remove extraneous files from sh sourcesJune McEnroe2020-03-09 | * Import /usr/src/bin/sh from FreeBSD 12.1-RELEASE