summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/makefile b/makefile
index c42b94d..642eb5f 100644
--- a/makefile
+++ b/makefile
@@ -11,11 +11,11 @@ PDF_OUT = $(patsubst md/%.pdf, html/%.pdf, $(PDF))
53HORNET_OUT = $(patsubst md/53hor.net/%.md, html/53hor.net/%.html, $(MD))
ATC_OUT = $(patsubst md/atc.53hor.net/%.md, html/atc.53hor.net/%.html, $(MD))
-WED_OUT = $(patsubst md/wedding/%.md, html/wedding/%.html, $(MD))
+WED_OUT = $(patsubst md/amyandadamwedd.in/%.md, html/amyandadamwedd.in/%.html, $(MD))
GLASSY_OUT = $(patsubst md/theglassyladies.com/%.md, html/theglassyladies.com/%.html, $(MD))
.PHONY: all
-all: css img pdf 53hor.net atc.53hor.net wedding theglassyladies.com
+all: css img pdf 53hor.net atc.53hor.net amyandadamwedd.in theglassyladies.com
.PHONY: pdf
pdf: $(PDF_OUT)
@@ -62,13 +62,13 @@ html/atc.53hor.net/%.html: md/atc.53hor.net/%.md md/atc.53hor.net/nav.html
@mkdir -p "$(@D)"
@pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=3 -B md/atc.53hor.net/nav.html -c /styles.css -o "$@"
-.PHONY: wedding
-wedding: $(WED_OUT)
+.PHONY: amyandadamwedd.in
+amyandadamwedd.in: $(WED_OUT)
-html/wedding/%.html: md/wedding/%.md md/wedding/nav.html
- @echo "wedding: $< -> $@"
+html/amyandadamwedd.in/%.html: md/amyandadamwedd.in/%.md md/amyandadamwedd.in/nav.html
+ @echo "amyandadamwedd.in: $< -> $@"
@mkdir -p "$(@D)"
- @pandoc "$<" -f markdown -t html5 -s -B md/wedding/nav.html -c /styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s -B md/amyandadamwedd.in/nav.html -c /styles.css -o "$@"
.PHONY: theglassyladies.com
theglassyladies.com: $(GLASSY_OUT)