diff options
author | Nao Pross <naopross@thearcway.org> | 2018-03-08 18:31:26 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-03-08 18:31:26 +0100 |
commit | 14fe3b176b63e269e5c58fab49d11f7847e90469 (patch) | |
tree | 383b3171481e885ec228618af6340b8fed79d9d7 /doc/makefile | |
parent | Add automatic configuration and hardware bugfix (via sw) (diff) | |
download | Xilofono-14fe3b176b63e269e5c58fab49d11f7847e90469.tar.gz Xilofono-14fe3b176b63e269e5c58fab49d11f7847e90469.zip |
Remove doc and gitmobules
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/makefile b/doc/makefile deleted file mode 100644 index 50cc4fc..0000000 --- a/doc/makefile +++ /dev/null @@ -1,19 +0,0 @@ -BUILD_DIR := build -TEX := xelatex \ - -interaction=nonstopmode \ - -halt-on-error \ - -output-directory=$(BUILD_DIR) - -.PHONY: dir doc diario -all: doc diario - cp $(BUILD_DIR)/diario.pdf . - cp $(BUILD_DIR)/xilofono.pdf . - -doc: dir - $(TEX) xilofono.tex - -diario: dir - $(TEX) diario.tex - -dir: - mkdir -p build |