]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/Makefile
Merge changes from CUPS 1.4svn-r7874.
[thirdparty/cups.git] / man / Makefile
index ee93d94cc85305a0c5070e6edd08d13c98d35bda..1e2bb0100526956b9531fb1965590bd69cb609a9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 6657 2007-07-13 01:01:14Z mike $"
+# "$Id: Makefile 7601 2008-05-20 21:08:08Z mike $"
 #
 #   Man page makefile for the Common UNIX Printing System (CUPS).
 #
@@ -49,6 +49,7 @@ MAN5  =       classes.conf.$(MAN5EXT) \
 MAN7   =       backend.$(MAN7EXT) \
                commandtoescpx.$(MAN7EXT) \
                commandtopclx.$(MAN7EXT) \
+               drv.$(MAN7EXT) \
                filter.$(MAN7EXT) \
                rastertoescpx.$(MAN7EXT) \
                rastertopclx.$(MAN7EXT)
@@ -82,6 +83,13 @@ all: $(MAN1) $(MAN5) $(MAN7) $(MAN8) html
 libs:
 
 
+#
+# Make unit tests...
+#
+
+unittests:
+
+
 #
 # Clean all config and object files...
 #
@@ -218,9 +226,9 @@ html:       $(MAN1) $(MAN5) $(MAN7) $(MAN8) mantohtml
        done
 
 mantohtml:     mantohtml.o
-       $(CC) $(LDFLAGS) -o $@ mantohtml.o
+       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o
 
 
 #
-# End of "$Id: Makefile 6657 2007-07-13 01:01:14Z mike $".
+# End of "$Id: Makefile 7601 2008-05-20 21:08:08Z mike $".
 #