summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
i id="n_26" class="hl">all: $(SOURCES)
  • 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