aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-05-15 11:34:34 +0200
committerRobert Alessi <alessi@robertalessi.net>2021-05-15 11:34:34 +0200
commit0f996535896dc4abcefb234d14cd8d42384b7415 (patch)
treedd5e9bdb2ed427021960cb64937548a605816f63 /Makefile
parent5897dbfe6a703d6fb184ae83d9ac747c529e0fe2 (diff)
downloadekdosis-0f996535896dc4abcefb234d14cd8d42384b7415.tar.gz
Makefile: new pandoc independent rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4479b82..c42c868 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,8 @@ clean: testsamples
57 rm -rf * 57 rm -rf *
58 cp -p -r .backup/* . 58 cp -p -r .backup/* .
59 rm -rf .backup 59 rm -rf .backup
60
61pandoc:
60 pandoc -s README.md -o about.html 62 pandoc -s README.md -o about.html
61 63
62auctex: 64auctex:
@@ -109,4 +111,4 @@ package: distclean all
109 rm -rf $(NAME)/ 111 rm -rf $(NAME)/
110 112
111.SILENT: testsamples 113.SILENT: testsamples
112.PHONY: all clean distclean inst local uninst install uninstall zip package samples testsamples 114.PHONY: all clean distclean pandoc inst local uninst install uninstall zip package samples testsamples