]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / doc / Makefile
index e0e03f1f31b524c69d7b835f9a9680d4106134e9..13b99d7ebc46985a42f9a8e9bd57952df6d56bbf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5735 2006-07-13 19:58:43Z mike $"
+# "$Id: Makefile 6431 2007-04-02 14:31:49Z mike $"
 #
 #   Documentation makefile for the Common UNIX Printing System (CUPS).
 #
@@ -223,6 +223,9 @@ install-languages:
                if test -f $$lang/index.html; then \
                        $(INSTALL_MAN) $$lang/index.html $(DOCDIR)/$$lang; \
                fi; \
+               if test -f $$lang/cups.css; then \
+                       $(INSTALL_MAN) $$lang/cups.css $(DOCDIR)/$$lang; \
+               fi; \
                for file in $(WEBBUTTONS); do \
                        if test -f $$lang/$$file; then \
                                $(INSTALL_MAN) $$lang/$$file $(DOCDIR)/$$lang/images; \
@@ -252,6 +255,7 @@ uninstall: $(UNINSTALL_LANGUAGES)
 uninstall-languages:
        -for lang in $(LANGUAGES); do \
                $(RM) $(DOCDIR)/$$lang/index.html; \
+               $(RM) $(DOCDIR)/$$lang/cups.css; \
                for file in $(WEBBUTTONS); do \
                        $(RM) $(DOCDIR)/$$lang/images/$$file; \
                done \