Skip to content

Commit

Permalink
Add a makefile to regenerate html from adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann committed Feb 20, 2023
1 parent 9273dc6 commit 3ac642d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PHONY: all

all: squashfs/squashfs.html

squashfs/squashfs.html: squashfs/squashfs.adoc
asciidoctor $<

0 comments on commit 3ac642d

Please sign in to comment.