Skip to content

Commit

Permalink
docs: remove unneeded conversion files
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed May 15, 2019
1 parent ab59509 commit 889de6c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 2,105 deletions.
9 changes: 0 additions & 9 deletions docs/Makefile
Expand Up @@ -5,18 +5,9 @@ SUBDIRS = manuals/main/
all: TARGET=
all: $(SUBDIRS)

check: TARGET=check
check: $(SUBDIRS)

clean: TARGET=clean
clean: $(SUBDIRS)

html: TARGET=html
html: $(SUBDIRS)

pdf: TARGET=pdf
pdf: $(SUBDIRS)

$(SUBDIRS):
$(MAKE) -C $@ $(TARGET)

Expand Down

0 comments on commit 889de6c

Please sign in to comment.