Skip to content

Commit

Permalink
Create en folder when generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonius Riha committed Sep 22, 2014
1 parent a5334c5 commit df6e80e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindinate/Makefile-docs.am.template
Expand Up @@ -15,9 +15,11 @@ UPDATE_ASSEMBLIES = $(addprefix -assembly:, $(ASSEMBLIES))
all: $(TARGETS)

update:
mkdir -p $(srcdir)/en
$(MONODOCER) $(UPDATE_ASSEMBLIES) -path:en

$(srcdir)/en/*/*.xml $(srcdir)/en/*.xml:
mkdir -p $(srcdir)/en
$(MONODOCER) $(UPDATE_ASSEMBLIES) -path:en

$(ASSEMBLY_NAME)-docs.source:
Expand Down

0 comments on commit df6e80e

Please sign in to comment.