summaryrefslogtreecommitdiff
path: root/perl/IkiWiki/Plugin
AgeCommit message (Expand)Author
2008-06-20Add plugins copyright, license and varioki, and graphicsmagick wrapper for Im...Jonas Smedegaard
"hl">
  • #dummy_MODULES = content_dummy
  • # uncomment this when ikiwiki.setup is configured for the local environment
  • #CONFIGS = ikiwiki_nb.setup
  • # Everything after this is generic
  • # FIXME: Not all of these are used within templates
  • masterdir = $(module)
  • l10ndir = $(module)_l10n/$(locale)
  • flavordir = $(module)_$(flavor)
  • flavorl10ndir = $(module)_$(flavor)_l10n/$(locale)
  • podir = po
  • all: init $(SOURCES)
  • init:
  • git submodule init
  • git submodule update
  • touch init
  • install::
  • ifeq ($(strip $(CONFIGS)),)
  • $(error Please configure ikiwiki.setup and then uncomment it at the top of the Makefile!)
  • endif
  • include make/rules.mk
  • pot: $(ALL_POTFILES)
  • po: $(ALL_POFILES)
  • $(LOCALE_L10NFILES): $(MASTER_L10NFILES)
  • translations: po $(LOCALE_L10NFILES)
  • .PHONY: all $(SOURCES) pot po translations install ultraclean