Skip to content

Commit d79d5b3

Browse files
authored
Remove derived PDFs from repo; now in 'src' repo, comstructed by HCFILES and MAKE-INDEX-HTMLS (#1657)
* Remove derived PDFs from branch other than gh-pages * only the gh-pages branch should have the pdfs * make pdfs and listings * Update HCFILES and MAKE-INDEX-HTMLS, add preliminary documentation * add a slashit to avoid angle brackets
1 parent 14b102f commit d79d5b3

File tree

117 files changed

+486
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+486
-242
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ tmp/*
55
# releases directory
66
releases/*
77

8+
# all PDFs (those explicitly checked in aren't ignored
9+
# normally when you have derived files, you ignore them from git
10+
# because they will get regenerated when you rebuild.
11+
# MEDLEY-UTILS HCFILES regenerates
12+
13+
*.pdf
14+
815

916
# all loadup files
1017

1118
loadups/exports.all
1219
library/RDSYS*
1320
loadups/lisp.sysout
1421
loadups/full.sysout
22+
loadups/fuller.sysout # not currently included but might as well ignore it
1523
loadups/*.dribble
1624
loadups/whereis.hash
1725
loadups/apps.sysout

docs/Medley-Primer.pdf

-300 KB
Binary file not shown.
-166 KB
Binary file not shown.
-194 KB
Binary file not shown.
-117 KB
Binary file not shown.
-44.6 KB
Binary file not shown.
-166 KB
Binary file not shown.
-27.8 KB
Binary file not shown.

docs/ReleaseNote/Indexfinal.pdf

-117 KB
Binary file not shown.

docs/ReleaseNote/LOT.pdf

-3.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)