Skip to content

makefile#11

Open
daverosoff wants to merge 76 commits intoladanielson:generate-imagesfrom
daverosoff:makefiles
Open

makefile#11
daverosoff wants to merge 76 commits intoladanielson:generate-imagesfrom
daverosoff:makefiles

Conversation

@daverosoff
Copy link
Copy Markdown
Contributor

@daverosoff daverosoff commented Jul 13, 2016

After you merge this branch...

  1. Copy the file Makefile.orig to Makefile (don't add it to the repo! It's already in .gitignore) and open Makefile, changing the sample paths to their correct values for your filesystem.
  2. Download make.exe
  3. Place the file you downloaded somewhere in your path (I recommend C:\Program Files (x86)\Git\mingw64\bin)
  4. Close Git Bash and open a new one
  5. cd to the root of your MAT101 repo
  6. Run make clean (this will clear all output/* files including knowls and images)
  7. Run make (or make all) to generate HTML and images

You can also do:

  • make images to generate SVG images only (no HTML)
  • make clean_images (this clears all images files leaving the rest of output alone.
  • make mbx to generate HTML only (no images)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants