Author: adsb
Date: 2009-05-02 18:27:36 +0000 (Sat, 02 May 2009)
New Revision: 1869

Modified:
   trunk/Makefile
   trunk/debian/changelog
Log:
Makefile: Remove cruft relating to French manpages, which has been handled
by the po4a setup for a while now.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2009-05-02 17:57:50 UTC (rev 1868)
+++ trunk/Makefile      2009-05-02 18:27:36 UTC (rev 1869)
@@ -6,9 +6,6 @@
 
 PERL_MODULES = Devscripts
 EXAMPLES = conf.default
-MANS_fr_DIR = po4a/fr
-GEN_MAN1S_fr = $(patsubst %,$(MANS_fr_DIR)/%,$(GEN_MAN1S))
-MAN1S_fr = $(subst $(MANS_fr_DIR)/,,$(wildcard $(MANS_fr_DIR)/*.1))
 
 all: version scripts $(EXAMPLES) translated_manpages
 
@@ -26,9 +23,6 @@
        $(MAKE) -C po4a/
        # These may or may not have been successfully made; we don't stop
        # building the rest of the package in such a case
-       for i in $(GEN_MAN1S_fr); do \
-           $(MAKE) $$i || true; \
-       done
        touch translated_manpages
 
 clean_translated_manpages:
@@ -37,7 +31,7 @@
        rm -f translated_manpages
 
 clean: clean_scripts clean_translated_manpages
-       rm -f version conf.default $(GEN_MAN1S_fr)
+       rm -f version conf.default
 
 install: all install_scripts
        cp -a $(PERL_MODULES) $(DESTDIR)$(PERLMOD_DIR)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-05-02 17:57:50 UTC (rev 1868)
+++ trunk/debian/changelog      2009-05-02 18:27:36 UTC (rev 1869)
@@ -33,6 +33,8 @@
     Thanks, Roland Mas.  (Closes: #524198)
   * uscan: Remove a superfluous and repeated copy of the site name in an FTP
     error message.  Thanks, Vaclav Ovsik.
+  * Makefile: Remove cruft relating to French manpages, which has been handled
+    by the po4a setup for a while now.
 
  -- Adam D. Barratt <[email protected]>  Sun, 12 Apr 2009 16:20:10 +0100
 



-- 
To unsubscribe, send mail to [email protected].

Reply via email to