Skip to content

Commit

Permalink
LispCookbook#531 renders properly
Browse files Browse the repository at this point in the history
  • Loading branch information
em7 committed Mar 4, 2024
1 parent 2709b13 commit 1e18d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fix-epub-links.sed
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ s/\(\[CLOS section\]\)(clos.html)/\1[Fundamentals of CLOS]/
# debugging.md
s/\(\[error handling\]\)(error_handling.html)/\1[Error and exception handling]/
s/\(\[testing\]\)(testing.html)/\1[Testing the code]/
# dynamic-libraries.md
s/\(\[\(foreign function interface\)\]\)(ffi.html)/\1[Foreign Function Interfaces]/
# editor-support.md
s/\(\["\(Using Emacs as an IDE\)"\]\)(emacs-ide.html)/\1[\2]/
s/\(\[\(Using VSCode with Alive\)\]\)(vscode-alive.html)/\1[\2]/
Expand Down Expand Up @@ -62,6 +64,7 @@ s/\(\[\(Type System\)\]\)(type.html)/\1[\2]/
s/\(\[Sockets\]\)(sockets.html)/\1[TCP\/UDP programming with sockets]/
s/\(\[\(Interfacing with your OS\)\]\)(os.html)/\1[\2]/
s/\(\[\(Foreign Function Interfaces\)\]\)(ffi.html)/\1[\2]/
s/\(\[\(Building Dynamic Libraries\)\]\)(dynamic-libraries.html)/\1[\2]/
s/\(\[\(Threads\)\]\)(process.html)/\1[\2]/
s/\(\[\(Defining Systems\)\]\)(systems.html)/\1[\2]/
s/\(\[\(Using the Win32 API\)\]\)(win32.html)/\1[\2]/
Expand Down
1 change: 1 addition & 0 deletions make-cookbook.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"sockets.md"
"os.md"
"ffi.md"
"dynamic-libraries.md"
"process.md"
"systems.md"
;; "win32.md" ; Excluded because: Out of date
Expand Down

0 comments on commit 1e18d7a

Please sign in to comment.