Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 1ccf4b02 authored by Stavros KOUNIS's avatar Stavros KOUNIS
Browse files

feat(make) Target arf.md #22

parent 1d6abf94
No related branches found
No related tags found
1 merge request!3Resolve "Allign build script with the updated file structure"
......@@ -12,12 +12,12 @@ GENERATED= arf.html \
all: $(GENERATED)
# Gerenate html, doc from the html
arf.html: README.md
arf.html: arf.md
pandoc -s -o $@ $<
pandoc -o $@.docx $@
# Generate docx
arf.docx: README.md
arf.docx: arf.md
pandoc -o $@ $<
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment