Skip to content
  • Amy Grinn's avatar
    Changed makefile to emacs · 04650d6b
    Amy Grinn authored
    - Organized repository
        distributable files in public
        source code in src
        tests in test
    
    - Build any file in the public folder by specifying it:
        make public/spritely-core.pdf
        make public/taste-of-goblins.w public/main.css
    
    - make automatically skips creating files where the dependencies
      haven't changed
    
    - make automatically deletes intermediate files
    
    - Run tests by specifying them
        make test/test-goblins-blog.scm
    
    - Make all pdf, html or code examples
        make pdf
        make html
        make tangle
    
    - Modified footer to include creation date
        Couldn't figure out what the creation dates actually were
        Also removed weird validation link
    
    - Use same main.css file for all html files
    - Use same styles.xml file for all odt files
    
      These have to be created manually but shouldn't need to change much.
    
    - guix shell not necessary unless testing
    04650d6b
Loading