Skip to content

Commit

Permalink
Added a dependency on stklos-pp for documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
egallesio committed Aug 2, 2023
1 parent 54c6492 commit fc6c12b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@ docimg_DATA = HTML/images/hierarchy.png

SUBDOCS = refman vm hacking pp

all: $(DOCDB)
all: $(DOCDB) ../utils/stklos-pp
for d in $(SUBDOCS); do (cd $$d; $(MAKE) $@); done

extradoc: $(DOCDB)
for d in $(SUBDOCS); do (cd $$d; $(MAKE) $@); done

../utils/stklos-pp:
(cd ../utils; $(MAKE) stklos-pp)

#
# Database construction
#
Expand Down
5 changes: 4 additions & 1 deletion doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -693,12 +693,15 @@ uninstall-man: uninstall-man1

.PHONY: subdoc docdb extradoc

all: $(DOCDB)
all: $(DOCDB) ../utils/stklos-pp
for d in $(SUBDOCS); do (cd $$d; $(MAKE) $@); done

extradoc: $(DOCDB)
for d in $(SUBDOCS); do (cd $$d; $(MAKE) $@); done

../utils/stklos-pp:
(cd ../utils; $(MAKE) stklos-pp)

#
# Database construction
#
Expand Down

0 comments on commit fc6c12b

Please sign in to comment.