Skip to content

Commit

Permalink
Initial pbuild documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Oct 19, 2021
1 parent 086e679 commit e6ebce5
Show file tree
Hide file tree
Showing 6 changed files with 2,119 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DESTDIR=

all:

.PHONY: test test-debtransform
.PHONY: test test-debtransform doc

test:
PERL5LIB=. prove -v
Expand Down
11 changes: 11 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
all:

asciidoc pbuild.adoc

install:
install -m755 -d \
$(DESTDIR)$(docdir) \
install -m644 \
pbuild.html \
$(DESTDIR)$(docdir)

Loading

0 comments on commit e6ebce5

Please sign in to comment.