Skip to content

Commit

Permalink
Merge pull request #16 from antoniusriha/fix-doc-template
Browse files Browse the repository at this point in the history
Create en folder when generating docs
  • Loading branch information
shana committed Nov 7, 2014
2 parents b06b522 + df6e80e commit f0aa132
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 f0aa132

Please sign in to comment.