Skip to content

Commit

Permalink
man/web put .md files now (and drop asimov)
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jul 5, 2024
1 parent 813ac27 commit 4981584
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions share/man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,12 @@ man1/%.1: %.md $(NITMD)
$(NITMD):
$(MAKE) -C $(MARKDOWN)

# Rule to produce mdwn files for ikiwiki that will be used at http://nitlanguage.org/tools/
# Rule to produce md files for nitiwiki that will be used at http://nitlanguage.org/tools/
web:
rm -r www 2>/dev/null || true
mkdir -p www
cp nit*.md www
rename '$$_ = "$${_}wn"' www/*.md
sed -i -e '/SEE ALSO/,$$d' www/*.mdwn

publish: web
rsync www/* asimov:wiki/nitlanguage/doc/tools/
ssh asimov make -C wiki/nitlanguage
sed -i -e '/SEE ALSO/,$$d' www/*.md

pdf:
mkdir -p pdf.out
Expand Down

0 comments on commit 4981584

Please sign in to comment.