Skip to content

Commit

Permalink
fixed markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj4668 committed Nov 1, 2023
1 parent c5d89e3 commit 1b1c3e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ clean:

../man/man1/%.1: %.1.md
cat $< | \
sed -e 's/%VERSION%/$(VERSION)/g' \
-e 's/%DATE%/$(DATE)/g' | \
sed -e 's/_VERSION_/$(VERSION)/g' \
-e 's/_DATE_/$(DATE)/g' | \
pandoc - -s -t man -o $@
4 changes: 2 additions & 2 deletions doc/json2xml.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: JSON2XML
section: 1
header: User Manual
footer: json2xml-%VERSION%
date: %DATE%
footer: json2xml-_VERSION_
date: _DATE_
---
# NAME

Expand Down
4 changes: 2 additions & 2 deletions doc/pyang.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: PYANG
section: 1
header: User Manual
footer: pyang-%VERSION%
date: %DATE%
footer: pyang-_VERSION_
date: _DATE_
---
# NAME
pyang - validate and convert YANG modules to various formats
Expand Down
4 changes: 2 additions & 2 deletions doc/yang2dsdl.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: YANG2DSDL
section: 1
header: User Manual
footer: yang2dsdl-%VERSION%
date: %DATE%
footer: yang2dsdl-_VERSION_
date: _DATE_
---
# NAME

Expand Down

0 comments on commit 1b1c3e0

Please sign in to comment.