We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf2d50 commit 61b9fc5Copy full SHA for 61b9fc5
Makefile
@@ -47,9 +47,9 @@ elf-clean: elf-clean.o
47
clean:
48
rm -f el elg elf *.o
49
50
-pub-css:
51
- -[ ! -e pub.css ] && wget https://github.com/manuelp/pandoc-stylesheet/raw/acac36b976966f76544176161ba826d519b6f40c/pub.css
+pub.css:
+ wget https://github.com/manuelp/pandoc-stylesheet/raw/acac36b976966f76544176161ba826d519b6f40c/pub.css
52
53
-README: pub-css # Requires Pandoc to be installed
+README: pub.css # Requires Pandoc to be installed
54
pandoc README.md -s -c pub.css -o README.html
55
$(OPEN) README.html
0 commit comments