index : arktixord
/
linux-labs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d5f577
)
fix build system
author
Mikhail Kobuk
<
[email protected]
>
Sat, 13 Apr 2024 04:28:25 +0000
(07:28 +0300)
committer
Mikhail Kobuk
<
[email protected]
>
Sat, 13 Apr 2024 04:28:25 +0000
(07:28 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index eb2afa2be19efb45bfaae7a344051208b9b35a99..5cc842431db03fc0e00a73035589a8c8a1198fc8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-17,7
+17,7
@@
all: build
build: prerequisites
./build.sh "$(PANDOC)" "$(PD_FLAGS)" "$(PD_FORMAT)" $(SRC)
mkdir -pv ./$(SITE_NAME)
- ./mksite.sh $(SRC)
+ ./mksite.sh
$(SITE_NAME)
$(SRC)
tar -czvf $(SITE_NAME).tar.gz $(SITE_NAME)/
standalone: prerequisites
Powered by
Git