]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/Makefile
Merge changes from CUPS 1.5svn-r9385.
[thirdparty/cups.git] / templates / Makefile
index 14235fd78734cf4f82ba3c1bf6914bd3ad2e682e..7202e624b711ff023db3963f853bc1769f044354 100644 (file)
@@ -154,6 +154,7 @@ install-languages:
                fi \
        done
 
+install-langbundle:
 
 
 #
@@ -195,6 +196,8 @@ uninstall-languages:
                $(RMDIR) $(DATADIR)/templates/$$lang; \
        done
 
+uninstall-langbundle:
+
 
 #
 # End of "$Id: Makefile 7940 2008-09-16 00:45:16Z mike $".