~dpm/help-app/test-animated-gif

« back to all changes in this revision

Viewing changes to edit-here/Makefile

  • Committer: Daniel Holbach
  • Date: 2015-03-09 15:16:12 UTC
  • mfrom: (75.1.2 help.1428676)
  • Revision ID: daniel.holbach@canonical.com-20150309151612-u57e057y45oqt5o7
mergedĀ lp:~dholbach/help-app/1428676

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        @echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html'
61
61
        @echo '                                                                       '
62
62
 
 
63
check:
 
64
        ./run-tests
 
65
 
63
66
web:
64
67
        ./generate-translations
65
68
        $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR_WEB) -s $(CONFFILE) $(PELICANOPTS) -t $(THEMEDIR_WEB)