www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c58efdf9d2b4d2eb921a991f976b452b45ac10b1
parent c1ab7311aff1bc7b2f9a4c4881616b16fb664be6
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 20 Mar 2017 17:46:51 +0100

Renamed the package thesis → phc-thesis

Diffstat:
M.travis.yml | 4++--
MMakefile | 2+-
MREADME.md | 4++--
Minfo.rkt | 4++--
4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -51,8 +51,8 @@ before_script: # `raco pkg install --deps search-auto` to install any required # packages without it getting stuck on a confirmation prompt. script: - - raco test -x -p thesis - - raco setup --check-pkg-deps --pkgs thesis + - raco test -x -p phc-thesis + - raco setup --check-pkg-deps --pkgs phc-thesis - make #after_success: diff --git a/Makefile b/Makefile @@ -1,3 +1,3 @@ .PHONY: all all: - raco setup --doc-pdf doc/pdf/ --pkgs thesis + raco setup --doc-pdf doc/pdf/ --pkgs phc-thesis diff --git a/README.md b/README.md @@ -1,3 +1,3 @@ -thesis -====== +phc-thesis +========== README text here. diff --git a/info.rkt b/info.rkt @@ -1,5 +1,5 @@ #lang info -(define collection "thesis") +(define collection "phc-thesis") (define deps '("base" "rackunit-lib")) (define build-deps '("scribble-lib" @@ -8,7 +8,7 @@ "at-exp-lib" "scribble-enhanced" "scribble-math")) -(define scribblings '(("scribblings/thesis.scrbl" ()))) +(define scribblings '(("scribblings/phc-thesis.scrbl" ()))) (define pkg-desc "Description Here") (define version "0.0") (define pkg-authors '(georges))