← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

[Merge] lp:~dholbach/ubuntu-packaging-guide/workaround-961936 into lp:ubuntu-packaging-guide

 

Daniel Holbach has proposed merging lp:~dholbach/ubuntu-packaging-guide/workaround-961936 into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)

For more details, see:
https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/workaround-961936/+merge/105516
-- 
https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/workaround-961936/+merge/105516
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~dholbach/ubuntu-packaging-guide/workaround-961936 into lp:ubuntu-packaging-guide.
=== modified file 'Makefile'
--- Makefile	2012-04-12 15:41:00 +0000
+++ Makefile	2012-05-11 18:38:17 +0000
@@ -14,7 +14,8 @@
 # the i18n builder cannot share the environment and doctrees with the others
 PODIR         = po
 I18NSPHINXOPTS  = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
-LANGS = $(basename $(notdir $(wildcard $(PODIR)/*.po)))
+#LANGS = $(basename $(notdir $(wildcard $(PODIR)/*.po)))
+LANGS =
 
 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext locale
 


Follow ups