mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 14:24:27 +00:00
Include README.html in distribution.
This commit is contained in:
parent
4d37cf35dc
commit
eccd0a4a1a
1 changed files with 11 additions and 1 deletions
12
Makefile.am
12
Makefile.am
|
@ -43,9 +43,19 @@ man1_MANS=\
|
|||
##
|
||||
# Readme.md
|
||||
##
|
||||
markdown_FILES=\
|
||||
markdown_SC_FILES=\
|
||||
README.md
|
||||
|
||||
# want the html to show up in release.
|
||||
md_verbose = $(md_verbose_@AM_V@)
|
||||
md_verbose_ = $(md_verbose_@AM_DEFAULT_V@)
|
||||
md_verbose_0 = @echo " MD" $@;
|
||||
|
||||
markdown_FILES=\
|
||||
README.html
|
||||
|
||||
%.html: %.md
|
||||
$(md_verbose) markdown $< > $@
|
||||
|
||||
##
|
||||
# Extra DIST
|
||||
|
|
Loading…
Reference in a new issue