~dholbach/help-app/functional-test-template-improvements

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Daniel Holbach
  • Date: 2015-03-31 08:24:35 UTC
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: daniel.holbach@canonical.com-20150331082435-8ef0fm04a0uj1dwt
copy images over as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
BASEDIR=$(CURDIR)
6
6
INTERNALS_DIR=$(BASEDIR)/internals
 
7
DOCS_DIR=$(BASEDIR)/content
7
8
PO_DIR=$(BASEDIR)/po
8
9
STATIC_DIR=$(BASEDIR)/static
9
10
 
58
59
 
59
60
translations:
60
61
        cd $(INTERNALS_DIR); ./generate-translations
 
62
        cp -r $(DOCS_DIR)/images/ $(INPUTDIR)
61
63
 
62
64
web: translations
63
65
        cd $(INTERNALS_DIR); $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR_WEB) -s $(CONFFILE) $(PELICANOPTS) -t $(THEMEDIR_WEB)