Skip to content

Commit

Permalink
add changes to doc (which means moving it...)
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Apr 20, 2024
1 parent 4f8e933 commit 206c6a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 28 deletions.
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion autorelease.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ end

changeslisting = nil
do
local f = assert(io.open("CHANGES.md", "r"))
local f = assert(io.open("doc/CHANGES.md", "r"))
changeslisting = f:read("*all")
f:close()
end
Expand Down
6 changes: 3 additions & 3 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module = "fontspec"
sourcefiles = {"*.ins","*.dtx","*.ltx","*.cfg","*.tex","fontspec-doc-style.sty"}
installfiles = {"fontspec.sty","fontspec-xetex.sty","fontspec-luatex.sty","fontspec.lua","fontspec.cfg"}
demofiles = {"fontspec-example.tex"}
textfiles = {"README.md","CHANGES.md","LICENSE"}
tagfiles = {"fontspec.dtx","CHANGES.md"}
textfiles = {"README.md","doc/CHANGES.md","LICENSE"}
tagfiles = {"fontspec.dtx","doc/CHANGES.md"}

typesetfiles = {"fontspec.ltx","fontspec-code.ltx"}
typesetexe = "xelatex"
Expand Down Expand Up @@ -54,7 +54,7 @@ end

changeslisting = nil
do
local f = assert(io.open("CHANGES.md", "r"))
local f = assert(io.open("doc/CHANGES.md", "r"))
changeslisting = f:read("*all")
f:close()
end
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ See the documentation `fontspec.pdf` for full information.

* [Summary of user commands](user.html)
* [Package details](dev.html)
* [Release notes (changelog)](CHANGES.html)

0 comments on commit 206c6a0

Please sign in to comment.